mirror of https://github.com/apache/cloudstack.git
cleanup
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
b1ee9cc197
commit
0ef07cdc42
|
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<div style="margin-top: 16px">
|
||||
|
||||
<!--
|
||||
<font-awesome-icon :icon="['far', 'bell']" />
|
||||
<font-awesome-icon :icon="['fas', 'dharmachakra']" size='2x' />
|
||||
<font-awesome-icon :icon="['fab', 'ubuntu']" />
|
||||
|
|
@ -8,6 +9,7 @@
|
|||
<font-awesome-icon :icon="['fab', 'ubuntu']" size="2x" />
|
||||
<font-awesome-icon :icon="['fab', 'centos']" size="4x" />
|
||||
<font-awesome-icon icon="coffee" />
|
||||
-->
|
||||
|
||||
<a-row>
|
||||
<a-col :span="16">
|
||||
|
|
|
|||
|
|
@ -19,6 +19,21 @@ export const apiConfig = {
|
|||
label: 'Deploy VM',
|
||||
type: 'main',
|
||||
params: ['name', 'zoneid', 'diskofferingid']
|
||||
},
|
||||
{
|
||||
api: 'startVirtualMachine',
|
||||
icon: 'caret-right',
|
||||
label: 'Start VM',
|
||||
type: 'main',
|
||||
params: ['name', 'zoneid', 'diskofferingid'],
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
api: 'stopVirtualMachine',
|
||||
icon: 'stop',
|
||||
label: 'Stop VM',
|
||||
type: 'main',
|
||||
params: ['name', 'zoneid', 'diskofferingid']
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue