From 644a6a79695f8fdc1897dce1d29a15f51fbf2b7f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 13 Jan 2026 10:38:21 +0100 Subject: dashboard/app: make bug lists collapsible The bug lists on the main page are extremely long, it's very hard to navigate between them. Make bug lists collapsible. --- pkg/html/pages/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pkg/html') diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index f353bb583..8bc461882 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -66,6 +66,13 @@ table td, table th { color: #375EAB; } +.bug_list_caption { + font-weight: bold; + font-size: large; + color: #375EAB; + cursor: pointer; +} + .position_table { border: 0px; margin: 0px; -- cgit mrf-deployment