add day graph and total bandwidth to admin panel

This commit is contained in:
2020-07-19 11:29:39 +02:00
parent d8001d1176
commit 6a516299b5
4 changed files with 19 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ function Viewer(type, viewToken, data) {
// On small screens the toolbar takes too much space, so it collapses
// automatically
if (this.divFilepreview.clientWidth > 600 && !this.toolbar.visible) {
if (this.divFilepreview.clientWidth > 800 && !this.toolbar.visible) {
this.toolbar.toggle()
}