filemanager: make footer render the custom branding

This commit is contained in:
Johannes Zellner
2023-07-24 12:07:23 +02:00
parent fcfc8ce66d
commit c3574614bc
3 changed files with 33 additions and 1 deletions
+12
View File
@@ -12,6 +12,7 @@
"anser": "^2.1.1",
"combokeys": "^3.0.1",
"filesize": "^10.0.7",
"marked": "^5.1.1",
"moment": "^2.29.4",
"pankow": "^0.5.0",
"primeicons": "^6.0.1",
@@ -844,6 +845,17 @@
"node": ">=12"
}
},
"node_modules/marked": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-5.1.1.tgz",
"integrity": "sha512-bTmmGdEINWmOMDjnPWDxGPQ4qkDLeYorpYbEtFOXzOruTwUE671q4Guiuchn4N8h/v6NGd7916kXsm3Iz4iUSg==",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 18"
}
},
"node_modules/methods": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",