From d072ba7d23be495e27730c399c64cb384f47e881 Mon Sep 17 00:00:00 2001 From: samang-dauth Date: Thu, 3 Jul 2025 17:17:34 +0700 Subject: [PATCH] Fix: Server detail page background color Ensure consistent background color on server detail and docker pages. --- application/src/pages/ContainerMonitoring.tsx | 8 ++++---- application/src/pages/ServerDetail.tsx | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/application/src/pages/ContainerMonitoring.tsx b/application/src/pages/ContainerMonitoring.tsx index 8e760e2..c302806 100644 --- a/application/src/pages/ContainerMonitoring.tsx +++ b/application/src/pages/ContainerMonitoring.tsx @@ -74,9 +74,9 @@ const ContainerMonitoring = () => { if (error) { console.error('Container monitoring error:', error); return ( -
+
-
+
{ } return ( -
+
-
+
{ if (serverError) { console.error('Server detail error:', serverError); return ( -
+
-
+
{ if (serverLoading) { return ( -
+
-
+
{ } return ( -
+
-
+