From 2d0582f691044a9bcc8199bc4bec0aa6979340a2 Mon Sep 17 00:00:00 2001 From: Space Meyer Date: Sat, 6 May 2023 12:18:30 +0200 Subject: dashboard: allow admins to retry individual bisections Changes to our rootfs, compilers or bisection logic regularly cause regressions in our bisection accuracy. Retrying them currently entails fiddling with the GCP datastore directly or mass deleting all failed bisections. This change will allow us to retry specific bisections with a single click. --- pkg/html/pages/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/html') diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 4331f4396..5aed046e6 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -151,7 +151,7 @@ table td, table th { .list_table .result { width: 60pt; - max-width: 60pt; + max-width: 200pt; } .list_table .stat { -- cgit mrf-deployment