abh1sar commented on code in PR #11754:
URL: https://github.com/apache/cloudstack/pull/11754#discussion_r2419705958
##########
ui/src/components/view/DeployVMFromBackup.vue:
##########
@@ -1700,6 +1727,13 @@ export default {
this.tabKey = 'isoid'
this.form.isoid = value
this.form.templateid = null
+ for (const key in this.options.isos) {
Review Comment:
I tried using computed variable at first. I found it better this way for
templates as the code is already walking through the selected template and
reading its properties, so don't need to go through options.templates again in
the computed method. I applied the same logic to iso. But I am open to
suggestions.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]