From 737f8c3d311345f798c2cea123f0fd1b503aeb8e Mon Sep 17 00:00:00 2001 From: david kiania Date: Tue, 16 Jun 2026 12:37:50 +0300 Subject: [PATCH] feat(tickets): centre filters with tiles; show only ISP vehicles - Vertically centre the cluster/status/window filters against the metric tiles in the INC overview row. - Overlay only ISP cost-centre vehicles (the teams handling INC); other cost centres are filtered out. Layer count + labels updated to "ISP vehicles". Co-Authored-By: Claude Opus 4.8 --- src/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/index.html b/src/index.html index 266f5ab..d62b892 100644 --- a/src/index.html +++ b/src/index.html @@ -223,7 +223,7 @@ .sla-unknown { color: var(--muted); } /* INC overview row: metric tiles (left) + filters (right) on one balanced row */ - .tk-overview-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px 28px; flex-wrap: wrap; } + .tk-overview-row { display: flex; align-items: center; justify-content: space-between; gap: 16px 28px; flex-wrap: wrap; } .tk-overview-metrics { min-width: 0; } .tk-filters { display: flex; gap: 12px; align-items: flex-end; flex-wrap: wrap; margin-left: auto; } .tk-filters .ff select, .tk-filters .ff input { min-width: 130px; } @@ -424,7 +424,7 @@
-

Live INC map open (SLA-coloured) · closed overlay · vehicles

+

Live INC map open (SLA-coloured) · closed overlay · ISP vehicles