mirror of https://github.com/apache/cloudstack.git
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