From 3ef496b7ba14f5099f3d09f9da0e931411c2afc0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 5 Apr 2019 17:59:52 +0200 Subject: dashboard/app: split dashboard per-namespace We now have too many namespaces and bugs. Main page takes infinity to load. Also almost nobody is interested in more than 1 namespace. So split main page per-namespaces. --- docs/openbsd/found_bugs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/openbsd') diff --git a/docs/openbsd/found_bugs.md b/docs/openbsd/found_bugs.md index 394d76104..345232536 100644 --- a/docs/openbsd/found_bugs.md +++ b/docs/openbsd/found_bugs.md @@ -2,7 +2,7 @@ Most latest bugs are reported by [syzbot](/docs/syzbot.md) to [syzkaller-openbsd-bugs](https://groups.google.com/forum/#!forum/syzkaller-openbsd-bugs) -mailing list and are listed on the [dashboard](https://syzkaller.appspot.com/#openbsd). +mailing list and are listed on the [dashboard](https://syzkaller.appspot.com/openbsd). Newer bugs comes first. -- cgit mrf-deployment