diff --git a/ui/src/config/section/infra/hosts.js b/ui/src/config/section/infra/hosts.js index 33ce6b77925..824cff6e29d 100644 --- a/ui/src/config/section/infra/hosts.js +++ b/ui/src/config/section/infra/hosts.js @@ -192,6 +192,9 @@ export default { mapping: { hostid: { value: (record) => { return record.id } + }, + action: { + options: ['ON', 'OFF', 'CYCLE', 'RESET', 'SOFT', 'STATUS'] } } },