make enabled column wider in backupview

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-04-07 13:29:23 +02:00 committed by Dietmar Maurer
parent 026b760111
commit ae9e2161bc

View File

@ -406,7 +406,7 @@ Ext.define('PVE.dc.BackupView', {
columns: [
{
header: gettext('Enabled'),
width: 50,
width: 80,
dataIndex: 'enabled',
xtype: 'checkcolumn',
sortable: true,