shwstppr commented on a change in pull request #313: URL: https://github.com/apache/cloudstack-primate/pull/313#discussion_r421019131
########## 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: @DaanHoogland `record.hypervisor` will give you that. VMs in primate are listed with listvirtualmachinesmetrics API and it only has hypervisor param. No parameter named hypervisortype in API response. ---------------------------------------------------------------- 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