Add options for OOBM action commands (#894)

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Gabriel Beims Bräscher 2020-12-14 03:34:21 -03:00 committed by Rohit Yadav
parent dffbe329b3
commit 0cee41dd2a

View File

@ -192,6 +192,9 @@ export default {
mapping: {
hostid: {
value: (record) => { return record.id }
},
action: {
options: ['ON', 'OFF', 'CYCLE', 'RESET', 'SOFT', 'STATUS']
}
}
},