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 }} -