From 6b1283d2ce0e5c36029f8e2fb8eeb3c6b7c29209 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 26 Jan 2023 11:36:00 +0100 Subject: dashboard: display subsystems in bug lists To generate filtering URLs, use the ability of context.Context to carry on variable values. --- pkg/html/pages/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'pkg/html/pages/style.css') diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index d5ceef253..71a3efe71 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -194,6 +194,21 @@ table td, table th { display: inline-block; } +.list_table .subsystem { + background: white; + border: 1pt solid black; + display: inline-block; + padding-left: 2pt; + padding-right: 2pt; + margin-left: 4pt; + font-size: small; +} + +.list_table .subsystem a { + text-decoration: none; + color: black; +} + .bad { color: #f00; font-weight: bold; -- cgit mrf-deployment