aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/terminal.html
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/app: move templates to dirTaras Madan2024-07-051-27/+0
|
* dashboard: display the list of applied filtersAleksandr Nogikh2023-02-141-0/+1
| | | | | | | Currently it's non obvious whether and what filters are applied to a bug list. Display the list to the user and enable them to drop individual filters.
* dashboard: share invalid bug statsAleksandr Nogikh2022-12-201-0/+7
| | | | | Show the number of bugs that were closed automatically, because of the revoked repro, manually.
* dashboard/app: add invalid bugs pageDmitry Vyukov2019-05-271-0/+19
Currently it's not possible to list all invalid bugs. Add a page that does this. It's not referenced from anywhere as it's unclear who/when needs it on periodic basis. But if the list is needed for something one-off, we have it.