fix: update default preference for column 10 to true in reports dataTables in web UI

This commit is contained in:
Théophile Diot 2024-11-22 12:51:15 +01:00
parent 76c72029da
commit 57fa77726b
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -69,7 +69,7 @@ COLUMNS_PREFERENCES_DEFAULTS = {
"7": False,
"8": True,
"9": True,
"10": False,
"10": True,
"11": True,
},
"services": {