From 703f643f91e8becd2495f1f102346a0b7fa63867 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 24 Apr 2023 19:52:41 +0200 Subject: dashboard: support bug labels Let bug labels come in three flavours: 1) Bug labels with multiple values (e.g. `subsystems`). 2) Bug labels with only one value (e.g. `prio`). 3) Flags. Let users configure bug labels via email by issuing the following commands: #syz set subsystems: abc, def #syz set no-reminders #syz unset no-reminders Also let users set tags for invididual bugs in reported bug lists: #syz set <1> some-tag --- pkg/html/pages/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/html') diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 661886e41..3bff3a9ed 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -207,7 +207,7 @@ table td, table th { font-size: 75%; } -.subsystem { +.bug-label { background: white; border: 1pt solid black; display: inline-block; @@ -217,7 +217,7 @@ table td, table th { font-size: small; } -.subsystem a { +.bug-label a { text-decoration: none; color: black; } -- cgit mrf-deployment