rhtyd commented on a change in pull request #313: URL: https://github.com/apache/cloudstack-primate/pull/313#discussion_r415016449
########## File path: src/views/compute/DeployVM.vue ########## @@ -918,6 +933,8 @@ export default { deployVmData.keypair = values.keypair deployVmData.name = values.name deployVmData.displayname = values.name + // step 8: enter setup + deployVmData.bootintobios = this.bootintobios Review comment: I think this setting can be at the top step itself where we're getting name, keyboard, etc. ---------------------------------------------------------------- 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