From c842da34cdd3b56628cb00b5f1f024dabc798716 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 17 Jul 2023 12:07:58 +0200 Subject: dashboard: show per-bisect type job lists for admins Currently we only show running/pending/recent jobs. Let admins also see the list of the latest cause/fix bisections. --- dashboard/app/admin.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dashboard/app/admin.html') diff --git a/dashboard/app/admin.html b/dashboard/app/admin.html index cc66f7d91..8ada1c64b 100644 --- a/dashboard/app/admin.html +++ b/dashboard/app/admin.html @@ -47,8 +47,13 @@ Main page. {{end}} {{template "manager_list" $.Managers}} +    + {{if $.FixBisectionsLink}}[Fix Bisections]{{end}} + {{if $.CauseBisectionsLink}}[Cause Bisections]{{end}} + {{if $.JobOverviewLink}}[Jobs Overview]{{end}} {{template "job_list" $.RunningJobs}} {{template "job_list" $.PendingJobs}} {{template "job_list" $.RecentJobs}} + {{template "job_list" $.TypeJobs}} -- cgit mrf-deployment