DaanHoogland commented on a change in pull request #313:
URL: https://github.com/apache/cloudstack-primate/pull/313#discussion_r421015575



##########
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:
       ah to bad, I want to know the hypervisor type for the machine. @shwstppr 
any tips?




----------------------------------------------------------------
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


Reply via email to