diff --git a/ui/src/config/section/infra/zones.js b/ui/src/config/section/infra/zones.js index c957f8854694..61aef1706c0b 100644 --- a/ui/src/config/section/infra/zones.js +++ b/ui/src/config/section/infra/zones.js @@ -119,6 +119,7 @@ export default { label: 'label.action.edit.zone', dataView: true, popup: true, + show: (record) => { return record.networktype === 'Advanced' }, component: shallowRef(defineAsyncComponent(() => import('@/views/infra/ZoneUpdate.vue'))) }, {