aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html/html_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/html: split off URL helpersAleksandr Nogikh2025-04-081-49/+0
| | | | | | | The existing pkg/html package transitively takes too many dependencies, which complicates the reuse of some of its methods. Split off a pkg/html/urlutil package.
* dashboard: support filtering over multiple labelsAleksandr Nogikh2023-05-101-0/+49
For each label, allow only one value to be specified. At the same time, allow multiple different labels (subsystem, origin, prio, etc) be specified together.