ui: trend panel + range selector on host repo page

This commit is contained in:
2026-05-07 19:10:59 +01:00
parent be4ac02ddd
commit 98cc490ea8
7 changed files with 204 additions and 0 deletions
+1
View File
@@ -110,6 +110,7 @@ func New() (*Renderer, error) {
"templates/partials/crit_banner.html",
"templates/partials/fleet_update_inner.html",
"templates/partials/host_update_chip.html",
"templates/partials/repo_size_chart.html",
}
pageEntries, err := fs.Glob(web.FS, "templates/pages/*.html")