From 507e9f3ac5f0aa6ee0013e24b98a0246506b48db Mon Sep 17 00:00:00 2001 From: ecki Date: Sat, 7 Mar 2026 14:15:55 +0100 Subject: [PATCH] working resman with all cruds und nice --- backend/public/index.html | 132 ++++++-- backend/public/index.sav | 652 -------------------------------------- 2 files changed, 108 insertions(+), 676 deletions(-) delete mode 100644 backend/public/index.sav diff --git a/backend/public/index.html b/backend/public/index.html index 9294fa9..2412030 100644 --- a/backend/public/index.html +++ b/backend/public/index.html @@ -10,7 +10,11 @@ body{ font-family:Arial; margin:40px; -background:#f5f6fa; +background:#f4f6f8; +} + +h1{ +margin-bottom:30px; } section{ @@ -18,7 +22,7 @@ background:white; padding:20px; margin-bottom:30px; border-radius:8px; -box-shadow:0 2px 8px rgba(0,0,0,0.1); +box-shadow:0 2px 6px rgba(0,0,0,0.1); } table{ @@ -34,7 +38,7 @@ text-align:left; } th{ -background:#2f3640; +background:#333; color:white; } @@ -52,7 +56,7 @@ width:95%; .ip{ background:#eee; -padding:3px 6px; +padding:2px 6px; border-radius:4px; margin-right:4px; display:inline-block; @@ -69,7 +73,7 @@ padding:20px; width:600px; max-height:80vh; overflow:auto; -box-shadow:0 10px 30px rgba(0,0,0,0.4); +box-shadow:0 10px 30px rgba(0,0,0,0.3); border-radius:6px; } @@ -83,7 +87,7 @@ border-radius:6px;
-

Resources

+

Active Resources

@@ -117,7 +121,12 @@ border-radius:6px; Name +Produkt Provider +CPU +RAM +Disk +Status @@ -224,6 +233,28 @@ border-radius:6px; + +