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 26218b0 commit 53b0264Copy full SHA for 53b0264
ui/src/config/section/infra/zones.js
@@ -119,6 +119,7 @@ export default {
119
label: 'label.action.edit.zone',
120
dataView: true,
121
popup: true,
122
+ show: (record) => { return record.networktype === 'Advanced' },
123
component: shallowRef(defineAsyncComponent(() => import('@/views/infra/ZoneUpdate.vue')))
124
},
125
{
0 commit comments