diff --git a/app/dashboard/Dashboard.tsx b/app/dashboard/Dashboard.tsx index 3a38444..1275bbf 100644 --- a/app/dashboard/Dashboard.tsx +++ b/app/dashboard/Dashboard.tsx @@ -72,83 +72,94 @@ export default function Dashboard() {

Dashboard

- - -
-
- Servers - Physical and virtual servers overview -
- -
-
- -
- {/* Physical Servers */} -
-
- -
-
-
{serverCountNoVMs}
-

Physical Servers

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

Virtual Servers

-
-
-
-
- - - -
- - - + +
- Applications - +
+ Servers + Physical and virtual servers overview +
+
- Manage your deployed applications
- -
{applicationCount}
-

Running applications

+ +
+ {/* Physical Servers */} +
+
+ +
+
+
{serverCountNoVMs}
+

Physical Servers

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

Virtual Servers

+
+
+
- -
- - + +
- Uptime - +
+ Applications + Manage your deployed applications +
+
- Monitor your service availability
- + +
{applicationCount}
+

Running applications

+
+ + + +
+ + + +
+
+ Uptime + Monitor your service availability +
+ +
+
+
@@ -169,28 +180,44 @@ export default function Dashboard() {

Online applications

- - - - + +
- Network - +
+ Network + Manage network configuration +
+
- Manage network configuration
- +
{serverCountNoVMs + serverCountOnlyVMs + applicationCount}

Active connections

- -