@@ -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' ) ) )
@@ -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' }
0 commit comments