feat: replace online status metric with favorites counter, ordered Dienste first
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
This commit is contained in:
12
index.html
12
index.html
@@ -15,7 +15,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=32">
|
||||
<link rel="stylesheet" href="style.css?v=33">
|
||||
</head>
|
||||
<body>
|
||||
<header class="shell hero">
|
||||
@@ -29,14 +29,14 @@
|
||||
</div>
|
||||
|
||||
<div class="hero-meta" aria-label="Systemuebersicht">
|
||||
<div class="metric">
|
||||
<span class="metric-value" id="onlineCount">--</span>
|
||||
<span class="metric-label">Online</span>
|
||||
</div>
|
||||
<div class="metric">
|
||||
<span class="metric-value" id="serviceCount">9</span>
|
||||
<span class="metric-label">Dienste</span>
|
||||
</div>
|
||||
<div class="metric">
|
||||
<span class="metric-value" id="favoriteCount">--</span>
|
||||
<span class="metric-label">Favoriten</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="dashboard-menu">
|
||||
@@ -140,6 +140,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/auth.js?v=2" defer></script>
|
||||
<script src="/app.js?v=38" defer></script>
|
||||
<script src="/app.js?v=39" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user