aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/admin.html
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/app: add memcache to admin interfaceDmitry Vyukov2020-07-091-0/+24
| | | | | Add memcache statistics and flush action to the admin page in preparation for actually using memcache in future commits.
* dashboard/app: show patch testing requests on bug pageDmitry Vyukov2020-05-081-57/+1
| | | | Fixes #1547
* dashboard/app: split dashboard per-namespaceDmitry Vyukov2019-04-081-0/+4
| | | | | | | 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.
* dashboard/app: add admin pageDmitry Vyukov2019-04-051-0/+80
Add /admin page and move logs, jobs, manager onto it. The main page is too overloaded and takes too long to load. We need to start splitting it. This is a first step.