Skip to content

Commit 37da6da

Browse files
committed
redundant networks
1 parent 5bf869c commit 37da6da

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
@@ -171,13 +171,16 @@ export default {
171171
if (isGroupAction || record.vpcid == null) {
172172
fields.push('cleanup')
173173
}
174+
if (!record.redundantrouter) {
175+
fields.push('makeredundant')
176+
}
174177
fields.push('livepatch')
175178
return fields
176179
},
177180
show: (record) => record.type !== 'L2',
178181
groupAction: true,
179182
popup: true,
180-
groupMap: (selection, values) => { return selection.map(x => { return { id: x, cleanup: values.cleanup } }) }
183+
groupMap: (selection, values) => { return selection.map(x => { return { id: x, cleanup: values.cleanup, makeredundant: values.makeredundant } }) }
181184
},
182185
{
183186
api: 'replaceNetworkACLList',

0 commit comments

Comments
 (0)