aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/bug.html
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-04-28 12:53:32 +0200
committerAleksandr Nogikh <wp32pw@gmail.com>2023-04-28 15:16:44 +0200
commit80365ff31e13ba44fc0c5f39e38707d543ce9d8c (patch)
tree2a0b023927497dc5b330cdaac92c4291b46a1362 /dashboard/app/bug.html
parent232edc53f8cb1e21861754c3c0053b537b1cf516 (diff)
dashboard: let admins trace subsystem assignment
Diffstat (limited to 'dashboard/app/bug.html')
-rw-r--r--dashboard/app/bug.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html
index 8fca0cf74..3078eee42 100644
--- a/dashboard/app/bug.html
+++ b/dashboard/app/bug.html
@@ -22,6 +22,9 @@ Page with details about a single bug.
{{- end}}
<a href="https://github.com/google/syzkaller/blob/master/docs/syzbot.md#labels">(incorrect?)</a><br>
{{- end}}
+ {{if .DebugSubsystems}}
+ {{link .DebugSubsystems "[Debug subsystem assignment]"}}<br>
+ {{- end}}
{{if .Bug.CreditEmail}}
Reported-by: {{.Bug.CreditEmail}}<br>
{{- end}}