shwstppr commented on a change in pull request #313: URL: https://github.com/apache/cloudstack-primate/pull/313#discussion_r415730301
########## File path: src/views/compute/DeployVM.vue ########## @@ -275,6 +275,16 @@ </div> </template> </a-step> + <a-step + :title="this.$t('enter BIOS setup')" + :status="zoneSelected ? 'process' : 'wait'"> + <template slot="description"> + <div v-if="zoneSelected"> + <a-checkbox + @change="enterBiosChoiceChanged">enter BIOS setup</a-checkbox> Review comment: ```suggestion @change="event => { this.bootintobios = event.target.checked }">enter BIOS setup</a-checkbox> ``` @DaanHoogland ---------------------------------------------------------------- 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