feat: Service-Editor mit vollem CRUD und Server-Speichern
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 16s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 16s
This commit is contained in:
12
admin.html
12
admin.html
@@ -12,7 +12,7 @@
|
||||
<link rel="icon" type="image/png" sizes="48x48" href="/icons/favicon-48-v4.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/icons/favicon-192-v4.png">
|
||||
<link rel="apple-touch-icon" href="/icons/apple-touch-icon-v4.png">
|
||||
<link rel="stylesheet" href="/style.css?v=34">
|
||||
<link rel="stylesheet" href="/style.css?v=35">
|
||||
</head>
|
||||
<body>
|
||||
<header class="shell hero admin-hero">
|
||||
@@ -147,13 +147,15 @@
|
||||
<div class="ops-card-head">
|
||||
<span>Dienste & Kategorien (Konfiguration)</span>
|
||||
</div>
|
||||
<div class="admin-actions-bar">
|
||||
<div class="admin-actions-bar" style="display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px;">
|
||||
<button class="ghost-button mini" id="checkAllButton" type="button">Alle Status pruefen</button>
|
||||
<button class="ghost-button mini" id="saveLocalButton" type="button">Lokal speichern</button>
|
||||
<button class="ghost-button mini" id="addServiceButton" type="button">Neuen Dienst hinzufügen</button>
|
||||
<button class="ghost-button mini" id="saveServerButton" type="button" style="background: rgba(56, 189, 248, 0.12); border-color: rgba(56, 189, 248, 0.35); color: #38bdf8;">Auf Server speichern</button>
|
||||
<button class="ghost-button mini" id="resetLocalButton" type="button">Aenderungen verwerfen</button>
|
||||
<button class="ghost-button mini" id="downloadConfigButton" type="button">JSON exportieren</button>
|
||||
</div>
|
||||
<div class="admin-table" id="serviceEditor"></div>
|
||||
<div id="editorFeedback" class="notice" style="display: none; margin-bottom: 16px;"></div>
|
||||
<div class="admin-table" id="serviceEditor" style="display: flex; flex-direction: column; gap: 16px;"></div>
|
||||
</section>
|
||||
</section>
|
||||
</main>
|
||||
@@ -242,6 +244,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/admin.js?v=30" defer></script>
|
||||
<script src="/admin.js?v=31" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user