forked from 0x2620/pandora
less un flags in users dialog
This commit is contained in:
parent
53441142e4
commit
9224900386
1 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ pandora.ui.usersDialog = function() {
|
|||
},
|
||||
{
|
||||
format: function(value) {
|
||||
return Ox.Element({
|
||||
return value ? Ox.Element({
|
||||
element: '<img>',
|
||||
tooltip: value
|
||||
})
|
||||
|
@ -186,7 +186,7 @@ pandora.ui.usersDialog = function() {
|
|||
borderRadius: '4px',
|
||||
marginLeft: '-3px',
|
||||
marginTop: 0
|
||||
});
|
||||
}) : '';
|
||||
},
|
||||
id: 'location',
|
||||
operator: '+',
|
||||
|
|
Loading…
Reference in a new issue