Fix StorageDashboard 500 error and implement interactive folder tree for archive previews
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m10s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m10s
This commit is contained in:
parent
dbd3a868ed
commit
e79f2fbbd5
2 changed files with 69 additions and 9 deletions
|
|
@ -1152,6 +1152,8 @@ func (h *FSHandler) StorageDashboard(c *fiber.Ctx) error {
|
|||
"audio": {Category: "audio"},
|
||||
"documents": {Category: "documents"},
|
||||
"archives": {Category: "archives"},
|
||||
"code": {Category: "code"},
|
||||
"3d_models": {Category: "3d_models"},
|
||||
"other": {Category: "other"},
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue