From 9b9d4de620ae988145c92333fea94d822d811a82 Mon Sep 17 00:00:00 2001 From: SaelixCode Date: Thu, 26 Feb 2026 11:07:03 -0500 Subject: [PATCH] feat: enhance container badge display with tooltip for status details --- frontend/src/components/EditorLayout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/EditorLayout.tsx b/frontend/src/components/EditorLayout.tsx index 044bad8b..7baa250e 100644 --- a/frontend/src/components/EditorLayout.tsx +++ b/frontend/src/components/EditorLayout.tsx @@ -713,9 +713,11 @@ export default function EditorLayout() { - - {getContainerBadge(container).text || 'unknown'} - +
+ + {getContainerBadge(container).text || 'unknown'} + +

{container?.Status || 'No status details available'}