mirror of https://github.com/apache/cloudstack.git
fix ui build failure
This commit is contained in:
parent
b288e935dc
commit
a3571938e9
|
|
@ -144,7 +144,7 @@ export default {
|
|||
}
|
||||
if (this.resource && this.resource.vpcid) {
|
||||
// VPC IPs don't have firewall
|
||||
const tabs = this.$route.meta.tabs.filter(tab => tab.name !== 'firewall')
|
||||
let tabs = this.$route.meta.tabs.filter(tab => tab.name !== 'firewall')
|
||||
|
||||
const network = await this.fetchNetwork()
|
||||
if (network && network.networkofferingconservemode) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue