fixed output formatting

This commit is contained in:
yusing
2024-03-18 16:00:45 +00:00
parent 3895718d6d
commit 076c19c4ea
10 changed files with 41 additions and 35 deletions

View File

@@ -42,7 +42,7 @@ func panelIndex(w http.ResponseWriter, r *http.Request) {
return
}
tmpl, err := template.ParseFiles(templateFile)
tmpl, err := template.ParseFiles(templatePath)
if err != nil {
palog.Error(err)