You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/06/16 09:41:34 UTC

[GitHub] [cloudstack-primate] shwstppr opened a new pull request #426: compute: import vm

shwstppr opened a new pull request #426:
URL: https://github.com/apache/cloudstack-primate/pull/426


   Adds UI for importing VM
   Importing VM is currently supported only on VMware.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #426: compute: import vm

Posted by GitBox <gi...@apache.org>.
rhtyd commented on a change in pull request #426:
URL: https://github.com/apache/cloudstack-primate/pull/426#discussion_r443327830



##########
File path: src/config/section/compute.js
##########
@@ -72,6 +72,14 @@ export default {
           listView: true,
           component: () => import('@/views/compute/DeployVM.vue')
         },
+        {
+          api: 'importUnmanagedInstance',
+          icon: 'down-square',
+          label: 'label.vm.import',
+          listView: true,
+          popup: true,

Review comment:
       show/guard/show only for VMware




----------------------------------------------------------------
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:
users@infra.apache.org