rhtyd commented on a change in pull request #436:
URL: https://github.com/apache/cloudstack-primate/pull/436#discussion_r443329598



##########
File path: src/views/compute/DeployVM.vue
##########
@@ -1209,6 +1284,34 @@ export default {
         this.loading.isos = false
       })
     },
+    fetchTemplateOvfProperties (templateId) {
+      this.loading.templateOvfProperties = true
+      const params = {
+        id: templateId
+      }
+      api('listTemplateOvfProperties', params).then(json => {

Review comment:
       Note - upstream PR/feature may get rid of this API; and instead return 
the properties as part of the listTemplates API response cc @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


Reply via email to