From e5dfa5c98f1ae41821c569166d1ee23c8561d7a6 Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Fri, 27 Feb 2026 15:47:40 +0200 Subject: [PATCH] mini-dashboard: Attempt to represent results as heatmap Signed-off-by: Denys Fedoryshchenko --- api/static/css/viewer.css | 13 +- api/templates/dashboard.html | 1978 ++++++++++++++++++---------------- 2 files changed, 1073 insertions(+), 918 deletions(-) diff --git a/api/static/css/viewer.css b/api/static/css/viewer.css index 1601451d..3774bccd 100644 --- a/api/static/css/viewer.css +++ b/api/static/css/viewer.css @@ -272,9 +272,12 @@ body { /* Build status cells */ .kbuild-matrix .build-cell { cursor: pointer; - min-width: 80px; + min-width: 20px; + max-width: 25px; height: 30px; vertical-align: middle; + font-size: 10px; + padding: 2px; } .kbuild-matrix .build-cell:hover { @@ -307,11 +310,11 @@ body { .kbuild-matrix .commit-header { writing-mode: vertical-rl; text-orientation: mixed; - min-width: 100px; - max-width: 100px; - padding: 10px 5px; + min-width: 20px; + max-width: 20px; + padding: 10px 1px; font-family: monospace; - font-size: 12px; + font-size: 11px; } /* Loading spinner */ diff --git a/api/templates/dashboard.html b/api/templates/dashboard.html index 720161d7..2d908035 100644 --- a/api/templates/dashboard.html +++ b/api/templates/dashboard.html @@ -1,1012 +1,1164 @@ - - + + - Maestro Mini-dashboard - + + + KernelCI Dashboard - - - + + +
+
+
KernelCI Dashboard
+ +
+ +
+ +
+
+
+
+

Dashboard

+
+
+
+
+
+ - - - - -
-
-
-