ui: dashboard crit-alerts banner

This commit is contained in:
2026-05-04 20:29:49 +01:00
parent e0847517a8
commit b25f96e465
4 changed files with 30 additions and 8 deletions
+1
View File
@@ -94,6 +94,7 @@ func New() (*Renderer, error) {
"templates/partials/host_chrome.html",
"templates/partials/tree_node.html",
"templates/partials/alert_row.html",
"templates/partials/crit_banner.html",
}
pageEntries, err := fs.Glob(web.FS, "templates/pages/*.html")