make more ui settings sticky
This commit is contained in:
parent
631bd145b4
commit
9044cdf9c2
3 changed files with 102 additions and 23 deletions
|
|
@ -124,16 +124,6 @@
|
|||
{"id": "size", "admin": true},
|
||||
{"id": "pixels"}
|
||||
],
|
||||
"uiDefaults": {
|
||||
"list": {
|
||||
"columns": ["id", "title", "director", "country", "year", "language", "runtime", "genre"],
|
||||
"listView": "icons",
|
||||
"selected": [],
|
||||
"sort": [
|
||||
{"key": "director", "operator": ""}
|
||||
]
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"group": "guest",
|
||||
"lists": {
|
||||
|
|
@ -169,6 +159,7 @@
|
|||
"lists": {
|
||||
"": {
|
||||
"columns": ["id", "title", "director", "country", "year", "language", "runtime", "genre"],
|
||||
"columnWidth": {},
|
||||
"listView": "icons",
|
||||
"selected": [],
|
||||
"sort": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue