From f6acdecab4758a27ad50ea8185b17c7ea2878195 Mon Sep 17 00:00:00 2001 From: nvazquez Date: Mon, 14 Apr 2025 10:58:00 -0300 Subject: [PATCH 1/2] UI: Move templates creation date to the Zones tab --- ui/src/components/view/InfoCard.vue | 4 ++-- ui/src/views/image/TemplateZones.vue | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue index d805f7b2719a..a9f851b3193e 100644 --- a/ui/src/components/view/InfoCard.vue +++ b/ui/src/components/view/InfoCard.vue @@ -629,7 +629,7 @@ {{ resource.podname || resource.pod || resource.podid }} -
+
{{ $t('label.zone') }}
@@ -700,7 +700,7 @@ {{ resource.managementserver || resource.managementserverid }}
-
+
{{ $t('label.created') }}
{{ $toLocaleDate(resource.created) }} diff --git a/ui/src/views/image/TemplateZones.vue b/ui/src/views/image/TemplateZones.vue index 3507bc897a10..59d1176290ca 100644 --- a/ui/src/views/image/TemplateZones.vue +++ b/ui/src/views/image/TemplateZones.vue @@ -48,6 +48,9 @@ {{ $t('label.yes') }} {{ $t('label.no') }} + +