forked from 0x2620/pandora
add view to editSettings
This commit is contained in:
parent
3d11f5831b
commit
f032d19abf
1 changed files with 2 additions and 1 deletions
|
@ -325,7 +325,8 @@ appPanel
|
||||||
'in': 0,
|
'in': 0,
|
||||||
out: 0,
|
out: 0,
|
||||||
position: 0,
|
position: 0,
|
||||||
sort: [{key: 'index', operator: '+'}]
|
sort: [{key: 'index', operator: '+'}],
|
||||||
|
view: 'list'
|
||||||
};
|
};
|
||||||
|
|
||||||
Ox.extend(pandora.user, {
|
Ox.extend(pandora.user, {
|
||||||
|
|
Loading…
Reference in a new issue