From 74695ab27680f4c18e61cc1211a5184cfe7d0cfc Mon Sep 17 00:00:00 2001 From: KOMATA <20227709+HynoR@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:47:04 +0800 Subject: [PATCH] fix: add copy button for image name (#10837) --- frontend/src/views/container/container/inspect/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/container/container/inspect/index.vue b/frontend/src/views/container/container/inspect/index.vue index 4102c35c2..e44c9c779 100644 --- a/frontend/src/views/container/container/inspect/index.vue +++ b/frontend/src/views/container/container/inspect/index.vue @@ -16,6 +16,7 @@ {{ inspectData?.Config?.Image }} + {{ formatDate(inspectData?.Created) }}