mirror of https://github.com/apache/cloudstack.git
Add options for OOBM action commands (#894)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
dffbe329b3
commit
0cee41dd2a
|
|
@ -192,6 +192,9 @@ export default {
|
|||
mapping: {
|
||||
hostid: {
|
||||
value: (record) => { return record.id }
|
||||
},
|
||||
action: {
|
||||
options: ['ON', 'OFF', 'CYCLE', 'RESET', 'SOFT', 'STATUS']
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue