diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue
index 2229f8ee976..a1d87da07a6 100644
--- a/ui/src/components/view/InfoCard.vue
+++ b/ui/src/components/view/InfoCard.vue
@@ -395,10 +395,15 @@
-
{{ $t('label.templatename') }}
+
{{ resource.isoid ? $t('label.iso') : $t('label.templatename') }}
-
{{ resource.templatename || resource.templateid }}
+
+ {{ resource.isoname || resource.isoid }}
+
+
+ {{ resource.templatename || resource.templateid }}
+