We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f4bf9 commit 72b26c4Copy full SHA for 72b26c4
ui/src/config/section/network.js
@@ -131,10 +131,6 @@ export default {
131
listView: true,
132
popup: true,
133
show: () => {
134
- if (!store.getters.zones || store.getters.zones.length === 0) {
135
- return false
136
- }
137
- // const AdvancedZones = store.getters.zones.filter(zone => zone.networktype === 'Advanced')
138
const AdvancedZonesWithoutSG = store.getters.zones.filter(zone => zone.securitygroupsenabled === false)
139
if (isAdmin() || (AdvancedZonesWithoutSG && AdvancedZonesWithoutSG.length > 0)) {
140
return true
0 commit comments