This commit is contained in:
nate 2026-04-08 14:17:01 +04:00
parent 25a12368a0
commit 9940453731
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
<div class="card-static p-4 mb-8"> <div class="card-static p-4 mb-8">
<h3 class="text-sm text-gray-400 mb-3">Status History</h3> <h3 class="text-sm text-gray-400 mb-3">Status History</h3>
<div class="relative"> <div class="relative">
<div id="status-bar" class="flex gap-0.5 h-8 rounded-lg overflow-hidden"> <div id="status-bar" class="flex gap-[0.1rem] h-8 rounded-lg overflow-hidden">
<% if (barPings.length > 0) { %> <% if (barPings.length > 0) { %>
<% barPings.forEach(function(c) { <% barPings.forEach(function(c) {
const color = c.down === 0 ? 'bg-green-500/70' : (c.up === 0 ? 'bg-red-500/70' : 'bg-orange-400/70'); const color = c.down === 0 ? 'bg-green-500/70' : (c.up === 0 ? 'bg-red-500/70' : 'bg-orange-400/70');