Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Commit ed6f56c

Browse files
Add options for OOBM action commands (#894)
1 parent d9e5e65 commit ed6f56c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/config/section/infra/hosts.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ export default {
192192
mapping: {
193193
hostid: {
194194
value: (record) => { return record.id }
195+
},
196+
action: {
197+
options: ['ON', 'OFF', 'CYCLE', 'RESET', 'SOFT', 'STATUS']
195198
}
196199
}
197200
},

0 commit comments

Comments
 (0)