diff --git a/static/style.css b/static/style.css index df726bc..950a07a 100644 --- a/static/style.css +++ b/static/style.css @@ -121,6 +121,9 @@ /* ── Form group modifiers ────────────────────────────────────────── */ .lt-form-group--last { margin-bottom: 0; } +/* ── Search input size variant ───────────────────────────────────── */ +.lt-search-input--sm { width: 180px; } + /* ── Divider compact variant ─────────────────────────────────────── */ .lt-divider--compact { margin: 1rem 0 0.75rem; } diff --git a/templates/index.html b/templates/index.html index c03bbad..7120eb0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -31,32 +31,32 @@
- +
- {{ summary.critical or 0 }} + {{ summary.critical or 0 }} Critical
- +
- {{ summary.warning or 0 }} + {{ summary.warning or 0 }} Warning
- +
- {{ snapshot.hosts | length }} + {{ snapshot.hosts | length }} Hosts
- +
- {{ recent_resolved | length }} + {{ recent_resolved | length }} Resolved 24h
@@ -315,8 +315,8 @@