File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 ]
9696 },
9797 "plugins" : [],
98+ "allowMakingRouterRedundant" : false ,
9899 "apidocs" : true ,
99100 "basicZoneEnabled" : true ,
100101 "multipleServer" : false ,
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import store from '@/store'
2020import tungsten from '@/assets/icons/tungsten.svg?inline'
2121import { isAdmin } from '@/role'
2222import { isZoneCreated } from '@/utils/zone'
23+ import { vueProps } from '@/vue-app'
2324
2425export default {
2526 name : 'network' ,
@@ -171,7 +172,7 @@ export default {
171172 if ( isGroupAction || record . vpcid == null ) {
172173 fields . push ( 'cleanup' )
173174 }
174- if ( ! record . redundantrouter ) {
175+ if ( ! record . redundantrouter && vueProps . $config . allowMakingRouterRedundant ) {
175176 fields . push ( 'makeredundant' )
176177 }
177178 fields . push ( 'livepatch' )
You can’t perform that action at this time.
0 commit comments