@@ -73,7 +73,7 @@ export default {
7373 api : 'addCluster' ,
7474 icon : 'plus-outlined' ,
7575 label : 'label.add.cluster' ,
76- docHelp : 'adminguide/ installguide/configuration.html#adding-a-cluster' ,
76+ docHelp : 'installguide/configuration.html#adding-a-cluster' ,
7777 listView : true ,
7878 popup : true ,
7979 component : shallowRef ( defineAsyncComponent ( ( ) => import ( '@/views/infra/ClusterAdd.vue' ) ) )
@@ -95,7 +95,7 @@ export default {
9595 icon : 'play-circle-outlined' ,
9696 label : 'label.action.enable.cluster' ,
9797 message : 'message.action.enable.cluster' ,
98- docHelp : 'adminguide/installguide/ hosts.html#disabling-and-enabling-zones-pods-and-clusters' ,
98+ docHelp : 'adminguide/hosts.html#disabling-and-enabling-zones-pods-and-clusters' ,
9999 dataView : true ,
100100 defaultArgs : { allocationstate : 'Enabled' } ,
101101 show : ( record ) => { return record . allocationstate === 'Disabled' }
@@ -105,7 +105,7 @@ export default {
105105 icon : 'pause-circle-outlined' ,
106106 label : 'label.action.disable.cluster' ,
107107 message : 'message.action.disable.cluster' ,
108- docHelp : 'adminguide/installguide/ hosts.html#disabling-and-enabling-zones-pods-and-clusters' ,
108+ docHelp : 'adminguide/hosts.html#disabling-and-enabling-zones-pods-and-clusters' ,
109109 dataView : true ,
110110 defaultArgs : { allocationstate : 'Disabled' } ,
111111 show : ( record ) => { return record . allocationstate === 'Enabled' }
0 commit comments