first running version
Some checks failed
Build Process Supervisor / build (push) Failing after 1s

This commit is contained in:
Adrian Zürcher
2025-08-05 12:01:59 +02:00
parent 5712929f23
commit b9efeb670d
12 changed files with 365 additions and 92 deletions

View File

@@ -35,6 +35,6 @@ func KillHandler(w http.ResponseWriter, r *http.Request) {
return
}
tmpl := template.Must(template.ParseFiles("templates/partials/table.html"))
tmpl := template.Must(template.ParseFiles("templates/htop/table.html"))
tmpl.Execute(w, processes)
}