reorganize html

This commit is contained in:
2024-03-10 16:45:17 +00:00
parent 1ce9a659ed
commit a601a8308d
15 changed files with 65 additions and 161 deletions

View File

@@ -37,7 +37,7 @@ func GetAllBoxes(_ *http.Request) *web.Response {
return web.HTML(
http.StatusOK,
html,
"entity-list.html",
"boxes/box-list.html",
result,
nil,
)