This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user