From c08592cad8d2dd8029b3d422ee188bfb23c65221 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Tue, 11 Jan 2022 14:55:11 +0530 Subject: [PATCH] ui: update vm haenable only for supported vms (#5847) For VMs which have service offering that does not allow HA, haenable option will be not shown in the UpdateVM UI form. Fixes #5743 Signed-off-by: Abhishek Kumar --- ui/src/views/compute/EditVM.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/compute/EditVM.vue b/ui/src/views/compute/EditVM.vue index 656c13a0589..ee4273d5a66 100644 --- a/ui/src/views/compute/EditVM.vue +++ b/ui/src/views/compute/EditVM.vue @@ -59,7 +59,7 @@ v-decorator="['isdynamicallyscalable']" :disabled="!canDynamicScalingEnabled()" /> - +