feat: make ops cards collapsible, hide notice and user display, increase button sizes
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s

This commit is contained in:
Kroonk
2026-05-21 18:21:47 +02:00
parent 995a397b2e
commit 76b7a96673
3 changed files with 74 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
<title>MischLabs Admin</title>
<meta name="description" content="MischLabs dashboard administration.">
<meta name="theme-color" content="#0f172a">
<link rel="stylesheet" href="/style.css?v=21">
<link rel="stylesheet" href="/style.css?v=22">
</head>
<body>
<header class="shell hero admin-hero">
@@ -48,11 +48,7 @@
</div>
</div>
<div class="notice">
Hinweis: Betriebsdaten kommen aus dem MischLabs-Statusproxy. Kachel-Aenderungen werden aktuell lokal im Browser gespeichert oder als `services.json` exportiert; fuer globale Live-Aenderungen folgt spaeter ein Gitea-Commit-Workflow.
</div>
<div class="admin-user" id="adminUser"></div>
<div id="adminUser" style="display: none;"></div>
<div class="ops-grid" id="opsGrid">
<section class="ops-card ops-card-wide">
<div class="ops-card-head">
@@ -94,6 +90,6 @@
</section>
</main>
<script src="/admin.js?v=14" defer></script>
<script src="/admin.js?v=15" defer></script>
</body>
</html>