From 814c8b6a12137556ce082a13c8b2a31f021dfc8a Mon Sep 17 00:00:00 2001 From: GaOrtiga <49285692+GaOrtiga@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:31:22 -0300 Subject: [PATCH] differentiate between instalation ISO and attached ISO (#9146) Co-authored-by: Gabriel --- 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 53a1f7675eb..6a0329ada8f 100644 --- a/ui/src/components/view/InfoCard.vue +++ b/ui/src/components/view/InfoCard.vue @@ -521,7 +521,7 @@
-
{{ $t('label.templatename') }}
+
{{ resource.templateformat === 'ISO'? $t('label.iso') : $t('label.templatename') }}
@@ -529,7 +529,7 @@
-
{{ $t('label.iso') }}
+
{{ $t('label.isoname') }}