Add temporary danger restart mode
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s
This commit is contained in:
@@ -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=16">
|
||||
<link rel="stylesheet" href="/style.css?v=17">
|
||||
</head>
|
||||
<body>
|
||||
<header class="shell hero admin-hero">
|
||||
@@ -73,7 +73,9 @@
|
||||
<section class="ops-card ops-card-wide">
|
||||
<div class="ops-card-head">
|
||||
<span>Container</span>
|
||||
<button class="ghost-button mini danger-button" id="dangerModeButton" type="button">Danger entsperren</button>
|
||||
</div>
|
||||
<div class="danger-state" id="dangerState" hidden></div>
|
||||
<div id="containerStatus" class="ops-list">Noch nicht geladen.</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -81,6 +83,6 @@
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<script src="/admin.js?v=9" defer></script>
|
||||
<script src="/admin.js?v=10" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user