mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-16 13:01:29 +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: [
|
columns: [
|
||||||
{
|
{
|
||||||
header: gettext('Enabled'),
|
header: gettext('Enabled'),
|
||||||
width: 50,
|
width: 80,
|
||||||
dataIndex: 'enabled',
|
dataIndex: 'enabled',
|
||||||
xtype: 'checkcolumn',
|
xtype: 'checkcolumn',
|
||||||
sortable: true,
|
sortable: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user