rhtyd commented on a change in pull request #313: URL: https://github.com/apache/cloudstack-primate/pull/313#discussion_r415016307
########## 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: if it's just a setter, we can also write shorthand like this: ``` @change="val => bootIntoBios = val" ``` ---------------------------------------------------------------- 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