mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
UI: Fix duplicate edit zone button on Basic zones (#11427)
This commit is contained in:
parent
26218b093e
commit
53b026487f
@ -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')))
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user