mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix: update default preference for column 10 to true in reports dataTables in web UI
This commit is contained in:
parent
76c72029da
commit
57fa77726b
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ COLUMNS_PREFERENCES_DEFAULTS = {
|
|||
"7": False,
|
||||
"8": True,
|
||||
"9": True,
|
||||
"10": False,
|
||||
"10": True,
|
||||
"11": True,
|
||||
},
|
||||
"services": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue