DaanHoogland commented on a change in pull request #313: URL: https://github.com/apache/cloudstack-primate/pull/313#discussion_r421113442
########## File path: src/config/section/compute.js ########## @@ -104,7 +104,8 @@ export default { icon: 'reload', label: 'label.action.reboot.instance', dataView: true, - show: (record) => { return ['Running'].includes(record.state) } + show: (record) => { return ['Running'].includes(record.state) }, + args: ['bootintosetup'] Review comment: hypervisor contains the type, tnx. There is something confusing in the API doc, it only lists it as a request parameter. I think I should be fine. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org