mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 09:01:32 +00:00
make enabled column wider in backupview
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
026b760111
commit
ae9e2161bc
@ -406,7 +406,7 @@ Ext.define('PVE.dc.BackupView', {
|
||||
columns: [
|
||||
{
|
||||
header: gettext('Enabled'),
|
||||
width: 50,
|
||||
width: 80,
|
||||
dataIndex: 'enabled',
|
||||
xtype: 'checkcolumn',
|
||||
sortable: true,
|
||||
|
Loading…
Reference in New Issue
Block a user