error logs dialog: update columns

This commit is contained in:
rolux 2014-12-17 12:19:27 +00:00
parent a4505ac345
commit 61d8896288

View file

@ -74,17 +74,6 @@ pandora.ui.errorlogsDialog = function() {
visible: false
},
{
format: function(value) {
return Ox.encodeHTMLEntities(value);
},
id: 'user',
operator: '+',
title: Ox._('User'),
visible: true,
width: 72
},
{
align: 'right',
format: function(value) {
return Ox.formatDate(value, "%Y-%m-%d %H:%M:%S");
},
@ -92,7 +81,17 @@ pandora.ui.errorlogsDialog = function() {
operator: '-',
title: Ox._('Date'),
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) {