diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-02-24 16:32:43 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-02-27 09:10:32 +0100 |
| commit | 95aee97a7beb71d14db32465bb39b1d650ec6868 (patch) | |
| tree | 706540da8e8db6e5ccd942b7d3ff27f945e1819a | |
| parent | 153c64502e7320b56d43c6bfd8dcc79e6bc84208 (diff) | |
dashboard: hint at subsystem correction
On the bug info page, add a link to the documentation about the process
of manual correction of subsystem tags.
| -rw-r--r-- | dashboard/app/bug.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index 467969106..e1bc79c3a 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -20,7 +20,7 @@ Page with details about a single bug. Subsystems: {{range .Subsystems}} <span class="subsystem">{{link .Link .Name}}</span> {{- end}} - <br> + <a href="https://github.com/google/syzkaller/blob/master/docs/syzbot.md#subsystems">(incorrect?)</a><br> {{- end}} Reported-by: {{.Bug.CreditEmail}}<br> {{if .Bug.Commits}} |
