error logs dialog: update columns
This commit is contained in:
parent
a4505ac345
commit
61d8896288
1 changed files with 11 additions and 12 deletions
|
@ -74,17 +74,6 @@ pandora.ui.errorlogsDialog = function() {
|
||||||
visible: false
|
visible: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
format: function(value) {
|
|
||||||
return Ox.encodeHTMLEntities(value);
|
|
||||||
},
|
|
||||||
id: 'user',
|
|
||||||
operator: '+',
|
|
||||||
title: Ox._('User'),
|
|
||||||
visible: true,
|
|
||||||
width: 72
|
|
||||||
},
|
|
||||||
{
|
|
||||||
align: 'right',
|
|
||||||
format: function(value) {
|
format: function(value) {
|
||||||
return Ox.formatDate(value, "%Y-%m-%d %H:%M:%S");
|
return Ox.formatDate(value, "%Y-%m-%d %H:%M:%S");
|
||||||
},
|
},
|
||||||
|
@ -92,7 +81,17 @@ pandora.ui.errorlogsDialog = function() {
|
||||||
operator: '-',
|
operator: '-',
|
||||||
title: Ox._('Date'),
|
title: Ox._('Date'),
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 144
|
width: 160
|
||||||
|
},
|
||||||
|
{
|
||||||
|
format: function(value) {
|
||||||
|
return Ox.encodeHTMLEntities(value);
|
||||||
|
},
|
||||||
|
id: 'user',
|
||||||
|
operator: '+',
|
||||||
|
title: Ox._('User'),
|
||||||
|
visible: true,
|
||||||
|
width: 160
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
format: function(value, data) {
|
format: function(value, data) {
|
||||||
|
|
Loading…
Reference in a new issue