File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ui/src/config/section/infra Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ export default {
9090 icon : 'play-circle-outlined' ,
9191 label : 'label.action.enable.cluster' ,
9292 message : 'message.action.enable.cluster' ,
93- docHelp : 'adminguide/installguide/ hosts.html#disabling-and-enabling-zones-pods-and-clusters' ,
93+ docHelp : 'adminguide/hosts.html#disabling-and-enabling-zones-pods-and-clusters' ,
9494 dataView : true ,
9595 defaultArgs : { allocationstate : 'Enabled' } ,
9696 show : ( record ) => { return record . allocationstate === 'Disabled' }
@@ -100,7 +100,7 @@ export default {
100100 icon : 'pause-circle-outlined' ,
101101 label : 'label.action.disable.cluster' ,
102102 message : 'message.action.disable.cluster' ,
103- docHelp : 'adminguide/installguide/ hosts.html#disabling-and-enabling-zones-pods-and-clusters' ,
103+ docHelp : 'adminguide/hosts.html#disabling-and-enabling-zones-pods-and-clusters' ,
104104 dataView : true ,
105105 defaultArgs : { allocationstate : 'Disabled' } ,
106106 show : ( record ) => { return record . allocationstate === 'Enabled' }
You can’t perform that action at this time.
0 commit comments