From 22871ad2da8b72becd46573ac4e2bc46a3f79407 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Fri, 12 May 2023 22:10:11 +0530 Subject: [PATCH] ui: fix infocard tempalte, iso fields (#7527) Signed-off-by: Abhishek Kumar --- ui/src/components/view/InfoCard.vue | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue index 43d24a8f121..e56fc6eb54c 100644 --- a/ui/src/components/view/InfoCard.vue +++ b/ui/src/components/view/InfoCard.vue @@ -457,16 +457,19 @@
-
{{ resource.isoid ? $t('label.iso') : $t('label.templatename') }}
+
{{ $t('label.templatename') }}
- -
+ + {{ resource.templatedisplaytext || resource.templatename || resource.templateid }} +
+
+
+
{{ $t('label.iso') }}
+
+ + {{ resource.isodisplaytext || resource.isoname || resource.isoid }} -
-
- {{ resource.templatedisplaytext || resource.templatename || resource.templateid }} -