From 113bb3bfb4923cd19c156875ad8204644d1e3213 Mon Sep 17 00:00:00 2001 From: headlessdev Date: Sat, 19 Apr 2025 00:16:23 +0200 Subject: [PATCH] Enhance Dashboard UI for server management by updating card layout, improving titles, and adding descriptions for physical and virtual servers. --- app/dashboard/Dashboard.tsx | 66 ++++++++++++++++++++++++------------- 1 file changed, 44 insertions(+), 22 deletions(-) diff --git a/app/dashboard/Dashboard.tsx b/app/dashboard/Dashboard.tsx index a514d2f..36a9a68 100644 --- a/app/dashboard/Dashboard.tsx +++ b/app/dashboard/Dashboard.tsx @@ -72,32 +72,54 @@ export default function Dashboard() {

Dashboard

- - -
- Servers - + + +
+
+ Server Infrastructure + Physical and virtual servers overview
- Manage your server infrastructure - - -
-
-
{serverCountNoVMs}
-

Physical servers

+ +
+ + +
+ {/* Physical Servers */} +
+
+
-
-
{serverCountOnlyVMs}
-

VMs

+
+
{serverCountNoVMs}
+

Physical Servers

- - - - - + + {/* Virtual Machines */} +
+
+ +
+
+
{serverCountOnlyVMs}
+

Virtual Servers

+
+
+
+ + + + +