diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-07-24 14:27:52 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-07-25 08:54:44 +0000 |
| commit | 876ac09776767ab1ce15e134d0a3fa89110def6e (patch) | |
| tree | 943ed6ce652ba2fe7b9954a71d683bb0b28477b2 | |
| parent | f9d8385955222df5d6a87ab8cbc7ac0aeb8f84f6 (diff) | |
dashboard: add a link to the assets tutorial
| -rw-r--r-- | dashboard/app/templates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/templates.html b/dashboard/app/templates.html index 81e6d2419..b00de9fdc 100644 --- a/dashboard/app/templates.html +++ b/dashboard/app/templates.html @@ -387,7 +387,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the <th><a onclick="return sortTable(this, 'Syz repro', reproSort)" href="#">Syz repro</a></th> <th><a onclick="return sortTable(this, 'C repro', textSort)" href="#">C repro</a></th> <th><a onclick="return sortTable(this, 'VM info', textSort)" href="#">VM info</a></th> - <th><a onclick="return sortTable(this, 'Assets', textSort)" href="#">Assets</a></th> + <th><a onclick="return sortTable(this, 'Assets', textSort)" href="#">Assets</a> (<a href="https://github.com/google/syzkaller/blob/master/docs/syzbot_assets.md">help?</a>)</th> <th><a onclick="return sortTable(this, 'Manager', textSort)" href="#">Manager</a></th> <th><a onclick="return sortTable(this, 'Title', textSort)" href="#">Title</a></th> </tr> |
