diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-02-13 20:13:00 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-02-14 18:24:57 +0100 |
| commit | 17061fc0f9a37411528eb0b05c710a472b12a6dc (patch) | |
| tree | ba4abf118e22868560e4a70e20afbd553c0d3291 /dashboard/app/error.html | |
| parent | 88bc17df053022a7c2a3753b299b06a9eff19c1a (diff) | |
dashboard/app: finer-grained access control
This is the bulk of work for opening dashboard.
Implement finer-grained access control (admin/user/public).
Show only info designated to the current user access level.
Rework UIs for more clarity re bug statuses.
Show fixed bug.
Diffstat (limited to 'dashboard/app/error.html')
| -rw-r--r-- | dashboard/app/error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/error.html b/dashboard/app/error.html index aec5f52e1..b76ac13b1 100644 --- a/dashboard/app/error.html +++ b/dashboard/app/error.html @@ -1,7 +1,7 @@ <!doctype html> <html> <head> - <title>Syzkaller Dashboard</title> + <title>syzbot</title> <link rel="stylesheet" href="/static/style.css"/> </head> <body> |
