aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-05-27 09:11:27 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-05-27 08:01:39 +0000
commitc8bf4aa68a6a11cd01aba74008824123a746a69c (patch)
treec4a81d3b34f582699f0a4b43fa0243cbd3054148
parent761766e62e25f83c0d77069a8262a86aa1414f2e (diff)
dashboard/app: add per-manager bug links
-rw-r--r--dashboard/app/templates.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/dashboard/app/templates.html b/dashboard/app/templates.html
index 84f733a06..c98d24334 100644
--- a/dashboard/app/templates.html
+++ b/dashboard/app/templates.html
@@ -237,6 +237,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the
<th>Execs</th>
<th colspan="4">Kernel build</th>
<th colspan="3">syzkaller build</th>
+ <th colspan="2" title="Show subset of bugs that happened on this instance">Bugs</th>
</tr>
<tr>
<th></th>
@@ -253,6 +254,8 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the
<th>Commit</th>
<th>Freshness</th>
<th>Status</th>
+ <th title="Subset of bugs that happened on this instance">All</th>
+ <th title="Subset of bugs that happened only on this instance">Only</th>
</tr>
</thead>
<tbody>
@@ -294,6 +297,8 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the
<td></td>
<td></td>
{{end}}
+ <td><a href="?manager={{$mgr.Name}}">all</a></td>
+ <td><a href="?only_manager={{$mgr.Name}}">only</a></td>
</tr>
{{end}}
</tbody>