@@ -73,7 +73,7 @@ export default {
73
73
api : 'addCluster' ,
74
74
icon : 'plus-outlined' ,
75
75
label : 'label.add.cluster' ,
76
- docHelp : 'adminguide/ installguide/configuration.html#adding-a-cluster' ,
76
+ docHelp : 'installguide/configuration.html#adding-a-cluster' ,
77
77
listView : true ,
78
78
popup : true ,
79
79
component : shallowRef ( defineAsyncComponent ( ( ) => import ( '@/views/infra/ClusterAdd.vue' ) ) )
@@ -90,7 +90,7 @@ export default {
90
90
icon : 'play-circle-outlined' ,
91
91
label : 'label.action.enable.cluster' ,
92
92
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' ,
94
94
dataView : true ,
95
95
defaultArgs : { allocationstate : 'Enabled' } ,
96
96
show : ( record ) => { return record . allocationstate === 'Disabled' }
@@ -100,7 +100,7 @@ export default {
100
100
icon : 'pause-circle-outlined' ,
101
101
label : 'label.action.disable.cluster' ,
102
102
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' ,
104
104
dataView : true ,
105
105
defaultArgs : { allocationstate : 'Disabled' } ,
106
106
show : ( record ) => { return record . allocationstate === 'Enabled' }
0 commit comments