Skip to content

Commit 53b0264

Browse files
authored
UI: Fix duplicate edit zone button on Basic zones (#11427)
1 parent 26218b0 commit 53b0264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/config/section/infra/zones.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export default {
119119
label: 'label.action.edit.zone',
120120
dataView: true,
121121
popup: true,
122+
show: (record) => { return record.networktype === 'Advanced' },
122123
component: shallowRef(defineAsyncComponent(() => import('@/views/infra/ZoneUpdate.vue')))
123124
},
124125
{

0 commit comments

Comments
 (0)