UI: Fix duplicate edit zone button on Basic zones (#11427)

This commit is contained in:
Nicolas Vazquez 2025-08-11 08:10:44 -03:00 committed by GitHub
parent 26218b093e
commit 53b026487f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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')))
},
{