DaanHoogland commented on a change in pull request #313: URL: https://github.com/apache/cloudstack-primate/pull/313#discussion_r416409171
########## File path: src/config/section/compute.js ########## @@ -86,7 +86,7 @@ export default { dataView: true, groupAction: true, show: (record) => { return ['Stopped'].includes(record.state) }, - args: ['podid', 'clusterid', 'hostid'], + args: ['podid', 'clusterid', 'hostid', 'bootintobios'], Review comment: last args should be conditional on `hypervisor === vmware`. will be done after #231 has been merged with its [AutoGenView.vue changes](https://github.com/apache/cloudstack-primate/pull/231/files#diff-83f2f8976f46b2444d31fcd1895d8165R548) ---------------------------------------------------------------- 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