ui: alerts list page + alert row partial + nav badge

This commit is contained in:
2026-05-04 20:15:01 +01:00
parent 5d8350132c
commit 35dee98cf9
8 changed files with 320 additions and 1 deletions
+1
View File
@@ -93,6 +93,7 @@ func New() (*Renderer, error) {
"templates/partials/awaiting_agent.html",
"templates/partials/host_chrome.html",
"templates/partials/tree_node.html",
"templates/partials/alert_row.html",
}
pageEntries, err := fs.Glob(web.FS, "templates/pages/*.html")