Skip to content

Commit 72b26c4

Browse files
committed
존구성 후 네트워크 생성 버튼 비활성화 이슈 수정
1 parent 00f4bf9 commit 72b26c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ui/src/config/section/network.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ export default {
131131
listView: true,
132132
popup: true,
133133
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')
138134
const AdvancedZonesWithoutSG = store.getters.zones.filter(zone => zone.securitygroupsenabled === false)
139135
if (isAdmin() || (AdvancedZonesWithoutSG && AdvancedZonesWithoutSG.length > 0)) {
140136
return true

0 commit comments

Comments
 (0)