forked from 0x2620/pandora
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);
|
||||
},
|
||||
sort: [{key: 'name', operator: '+'}],
|
||||
scrollbarVisible: true,
|
||||
unique: 'id',
|
||||
width: 256 - Ox.SCROLLBAR_SIZE
|
||||
|
|
Loading…
Reference in a new issue