Pearl1594 commented on code in PR #8308:
URL: https://github.com/apache/cloudstack/pull/8308#discussion_r1418145184
##########
ui/src/views/network/PublicIpResource.vue:
##########
@@ -136,17 +146,22 @@ export default {
// VPC IPs don't have firewall
let tabs = this.$route.meta.tabs.filter(tab => tab.name !== 'firewall')
+ if (this.resource.networkofferingconservemode) {
+ this.tabs = tabs
Review Comment:
Seems like resource doesn't have networkofferingconservemode field:
```

```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]