typo
This commit is contained in:
parent
20f09b3fe3
commit
93811edd14
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ pandora.ui.entitiesDialog = function(options) {
|
||||||
|
|
||||||
$list = Ox.TableList({
|
$list = Ox.TableList({
|
||||||
columns: [
|
columns: [
|
||||||
{id: 'id', title: 'ID', operator: '+'}
|
{id: 'id', title: 'ID', operator: '+'},
|
||||||
{id: 'name', title: 'Name', operator: '+', visible: true, width: 256}
|
{id: 'name', title: 'Name', operator: '+', visible: true, width: 256}
|
||||||
],
|
],
|
||||||
items: function(options, callback) {
|
items: function(options, callback) {
|
||||||
|
|
Loading…
Reference in a new issue