fix entities dialog
This commit is contained in:
parent
1907436b88
commit
a9e72ff6f9
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ pandora.ui.entitiesDialog = function(options) {
|
||||||
}
|
}
|
||||||
}), callback);
|
}), callback);
|
||||||
},
|
},
|
||||||
|
sort: [{key: 'name', operator: '+'}],
|
||||||
scrollbarVisible: true,
|
scrollbarVisible: true,
|
||||||
unique: 'id',
|
unique: 'id',
|
||||||
width: 256 - Ox.SCROLLBAR_SIZE
|
width: 256 - Ox.SCROLLBAR_SIZE
|
||||||
|
|
Loading…
Reference in a new issue