From f7575853f9c04c02465cce42c2041be09a5d9659 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 23 Mar 2020 22:38:30 +0530 Subject: [PATCH] infocard: show haenabled and dynamic scalable when VM actually is Fixes #248 Signed-off-by: Rohit Yadav --- ui/src/components/view/InfoCard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue index 9b927792e88..35a609ac822 100644 --- a/ui/src/components/view/InfoCard.vue +++ b/ui/src/components/view/InfoCard.vue @@ -48,10 +48,10 @@ {{ resource.hypervisor }} - + {{ $t('haenable') }} - + {{ $t('isdynamicallyscalable') }}