@@ -24,6 +24,7 @@ export default {
2424 name : 'vm' ,
2525 title : 'Instances' ,
2626 icon : 'desktop' ,
27+ docHelp : 'adminguide/virtual_machines.html' ,
2728 permission : [ 'listVirtualMachinesMetrics' , 'listVirtualMachines' ] ,
2829 resourceType : 'UserVm' ,
2930 columns : [
@@ -76,6 +77,7 @@ export default {
7677 api : 'startVirtualMachine' ,
7778 icon : 'caret-right' ,
7879 label : 'Start VM' ,
80+ docHelp : 'adminguide/virtual_machines.html#stopping-and-starting-vms' ,
7981 dataView : true ,
8082 groupAction : true ,
8183 show : ( record ) => { return [ 'Stopped' ] . includes ( record . state ) } ,
@@ -85,6 +87,7 @@ export default {
8587 api : 'stopVirtualMachine' ,
8688 icon : 'stop' ,
8789 label : 'label.action.stop.instance' ,
90+ docHelp : 'adminguide/virtual_machines.html#stopping-and-starting-vms' ,
8891 dataView : true ,
8992 groupAction : true ,
9093 args : [ 'id' , 'forced' ] ,
@@ -235,6 +238,7 @@ export default {
235238 name : 'vmgroup' ,
236239 title : 'Instance Groups' ,
237240 icon : 'gold' ,
241+ docHelp : 'adminguide/virtual_machines.html#changing-the-vm-name-os-or-group' ,
238242 permission : [ 'listInstanceGroups' ] ,
239243 columns : [ 'name' , 'account' , 'domain' ] ,
240244 details : [ 'name' , 'id' , 'account' , 'domain' , 'created' ] ,
@@ -271,6 +275,7 @@ export default {
271275 name : 'ssh' ,
272276 title : 'SSH Key Pairs' ,
273277 icon : 'key' ,
278+ docHelp : 'adminguide/virtual_machines.html#using-ssh-keys-for-authentication' ,
274279 permission : [ 'listSSHKeyPairs' ] ,
275280 columns : [ 'name' , 'fingerprint' , 'account' , 'domain' ] ,
276281 details : [ 'name' , 'fingerprint' , 'account' , 'domain' ] ,
@@ -307,6 +312,7 @@ export default {
307312 name : 'affinitygroup' ,
308313 title : 'Affinity Groups' ,
309314 icon : 'swap' ,
315+ docHelp : 'adminguide/virtual_machines.html#affinity-groups' ,
310316 permission : [ 'listAffinityGroups' ] ,
311317 columns : [ 'name' , 'type' , 'description' , 'account' , 'domain' ] ,
312318 details : [ 'name' , 'id' , 'description' , 'type' , 'account' , 'domain' ] ,
0 commit comments