Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
UI: Fix duplicate edit zone button on Basic zones
  • Loading branch information
nvazquez committed Aug 11, 2025
commit e280dfe746c9e8fef7b2daac1e7e86188520635f
1 change: 1 addition & 0 deletions ui/src/config/section/infra/zones.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')))
},
{
Expand Down
Loading