users dialog: update column widths, fixes #943
This commit is contained in:
parent
7fdbb911a9
commit
9a3a90e666
1 changed files with 12 additions and 12 deletions
|
@ -148,7 +148,7 @@ pandora.ui.usersDialog = function() {
|
||||||
removable: false,
|
removable: false,
|
||||||
title: 'Username',
|
title: 'Username',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 120
|
width: 128
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
format: function(value, data) {
|
format: function(value, data) {
|
||||||
|
@ -160,7 +160,7 @@ pandora.ui.usersDialog = function() {
|
||||||
operator: '+',
|
operator: '+',
|
||||||
title: 'E-Mail Address',
|
title: 'E-Mail Address',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 180
|
width: 192
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
@ -176,7 +176,7 @@ pandora.ui.usersDialog = function() {
|
||||||
title: 'Level',
|
title: 'Level',
|
||||||
type: 'label',
|
type: 'label',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 60
|
width: 64
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
format: function(value) {
|
format: function(value) {
|
||||||
|
@ -277,7 +277,7 @@ pandora.ui.usersDialog = function() {
|
||||||
operator: '-',
|
operator: '-',
|
||||||
title: 'Times Seen',
|
title: 'Times Seen',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 90
|
width: 80
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'right',
|
align: 'right',
|
||||||
|
@ -288,7 +288,7 @@ pandora.ui.usersDialog = function() {
|
||||||
operator: '-',
|
operator: '-',
|
||||||
title: 'First Seen',
|
title: 'First Seen',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 150
|
width: 144
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'right',
|
align: 'right',
|
||||||
|
@ -299,7 +299,7 @@ pandora.ui.usersDialog = function() {
|
||||||
operator: '-',
|
operator: '-',
|
||||||
title: 'Last Seen',
|
title: 'Last Seen',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 150
|
width: 144
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'right',
|
align: 'right',
|
||||||
|
@ -311,14 +311,14 @@ pandora.ui.usersDialog = function() {
|
||||||
operator: '-',
|
operator: '-',
|
||||||
title: 'Lists',
|
title: 'Lists',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 60
|
width: 64
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'groups',
|
id: 'groups',
|
||||||
operator: '+',
|
operator: '+',
|
||||||
title: 'Groups',
|
title: 'Groups',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 90
|
width: 64
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'screensize',
|
id: 'screensize',
|
||||||
|
@ -326,7 +326,7 @@ pandora.ui.usersDialog = function() {
|
||||||
operator: '-',
|
operator: '-',
|
||||||
title: 'Screen Size',
|
title: 'Screen Size',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 90
|
width: 80
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'right',
|
align: 'right',
|
||||||
|
@ -334,7 +334,7 @@ pandora.ui.usersDialog = function() {
|
||||||
operator: '-',
|
operator: '-',
|
||||||
title: 'Window Size',
|
title: 'Window Size',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 90
|
width: 80
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'right',
|
align: 'right',
|
||||||
|
@ -342,14 +342,14 @@ pandora.ui.usersDialog = function() {
|
||||||
operator: '+',
|
operator: '+',
|
||||||
title: 'IP Address',
|
title: 'IP Address',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 120
|
width: 128
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'useragent',
|
id: 'useragent',
|
||||||
operator: '+',
|
operator: '+',
|
||||||
title: 'User Agent',
|
title: 'User Agent',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 810
|
width: 768
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
columnsRemovable: true,
|
columnsRemovable: true,
|
||||||
|
|
Loading…
Reference in a new issue