diff --git a/static/js/errorlogsDialog.js b/static/js/errorlogsDialog.js index b724534a0..58d355a96 100644 --- a/static/js/errorlogsDialog.js +++ b/static/js/errorlogsDialog.js @@ -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) {