diff --git a/Plugin/unraid/pages/auth.php b/Plugin/unraid/pages/auth.php index eb07452..a353d30 100644 --- a/Plugin/unraid/pages/auth.php +++ b/Plugin/unraid/pages/auth.php @@ -251,13 +251,21 @@ require_once dirname(__DIR__) . '/include/ai_chat.php'; /* The one mark worth finding at a glance: it is the difference between a service the household can reach and one the whole internet can. */ .vv-au-m.auth { background:#1a0d2a;border-color:#2a1a4a;color:#9c6ff7;font-weight:600; } -.vv-au-stats { display:flex;gap:8px;align-items:baseline;font-size:10px;white-space:nowrap; } -.vv-au-hits { color:#bbb;font-weight:600;font-size:11px; } -.vv-au-hits.dim { color:#2e2e2e;font-weight:normal; } -.vv-au-sent { color:#4a7a8a; } -.vv-au-err-n { color:#8a7a4a; } -.vv-au-err-n.bad{ color:#ef5350; } -.vv-au-last { color:#3a3a3a;margin-left:auto; } +/* Requests and errors are their own columns now. Right-aligned so the magnitudes line up down the + page — the whole point of the errors column is spotting the one host that is all failures. */ +.vv-au-num { text-align:right;white-space:nowrap;width:1%; } +.vv-au-stat-n { font-size:13px;font-weight:700;color:#bbb;line-height:1.15; } +.vv-au-stat-n.dim { color:#2e2e2e;font-weight:normal;font-size:12px; } +.vv-au-stat-n.ok { color:#2d4a2d; } +.vv-au-stat-n.warn { color:#ff9800; } +.vv-au-stat-n.bad { color:#ef5350; } +/* The unit rides with the number rather than in the header alone: a column of bare figures next + to another column of bare figures is two things you have to look up to tell apart. */ +.vv-au-stat-u { font-size:9px;font-weight:400;color:#4a4a4a;text-transform:uppercase; + letter-spacing:.05em;margin-left:4px; } +.vv-au-stat-s { font-size:9px;color:#3a3a3a;margin-top:1px; } +.vv-au-stat-s.warn { color:#8a6a2a; } +.vv-au-stat-s.bad { color:#a34; } /* A disabled host is still listed — it is a thing you might re-enable — but it should not read as part of what is currently serving. */ .vv-au-off td { opacity:.42; } @@ -346,7 +354,7 @@ $tabs = ['proxies' => 'Proxies', 'users' => 'Users & Groups',