From a307b4eaa4d0d5ea52023ac70de770581dcec863 Mon Sep 17 00:00:00 2001 From: Hoang Nguyen Date: Wed, 17 Jun 2020 17:11:28 +0700 Subject: [PATCH] compute: Add boottype and bootmode to VM instance (#364) Fixes #339 Signed-off-by: Rohit Yadav Co-authored-by: Rohit Yadav --- ui/src/views/compute/DeployVM.vue | 146 +++++++++++++++---- ui/src/views/dashboard/CapacityDashboard.vue | 6 +- 2 files changed, 120 insertions(+), 32 deletions(-) diff --git a/ui/src/views/compute/DeployVM.vue b/ui/src/views/compute/DeployVM.vue index 4071a7a2616..9d2ca966684 100644 --- a/ui/src/views/compute/DeployVM.vue +++ b/ui/src/views/compute/DeployVM.vue @@ -26,14 +26,10 @@ layout="vertical" > - + @@ -100,6 +82,7 @@ :activeTabKey="tabKey" @tabChange="key => onTabChange(key, 'tabKey')">

+ {{ $t('message.template.desc') }}

+ {{ $t('message.iso.desc') }}

- - - - @@ -275,6 +254,62 @@
+ + +