Skip to content

Commit bb53dbf

Browse files
author
Gabriel
committed
redundant networks
1 parent 3dfbb40 commit bb53dbf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ui/src/config/section/network.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,16 @@ export default {
143143
if (isGroupAction || record.vpcid == null) {
144144
fields.push('cleanup')
145145
}
146+
if (!record.redundantrouter) {
147+
fields.push('makeredundant')
148+
}
146149
fields.push('livepatch')
147150
return fields
148151
},
149152
show: (record) => record.type !== 'L2',
150153
groupAction: true,
151154
popup: true,
152-
groupMap: (selection, values) => { return selection.map(x => { return { id: x, cleanup: values.cleanup } }) }
155+
groupMap: (selection, values) => { return selection.map(x => { return { id: x, cleanup: values.cleanup, makeredundant: values.makeredundant } }) }
153156
},
154157
{
155158
api: 'replaceNetworkACLList',

0 commit comments

Comments
 (0)