forked from 0x2620/pandora
dont fail if sort was not set, fix logs dialog
This commit is contained in:
parent
748329f103
commit
c1738fc346
2 changed files with 4 additions and 3 deletions
|
|
@ -81,7 +81,7 @@ pandora.ui.logsDialog = function() {
|
|||
width: 144
|
||||
},
|
||||
{
|
||||
format: function(value) {
|
||||
format: function(value, data) {
|
||||
return formatURL(value, data.line);
|
||||
},
|
||||
id: 'url',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue