mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-07-17 19:05:13 +00:00
ui: sync view: increase default width of 'Max. Depth' column
Before, the column was so small that it was practically invisible. Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
a76d418979
commit
b12ad47242
@ -226,7 +226,7 @@ Ext.define('PBS.config.SyncJobView', {
|
|||||||
{
|
{
|
||||||
header: gettext('Max. Depth'),
|
header: gettext('Max. Depth'),
|
||||||
dataIndex: 'max-depth',
|
dataIndex: 'max-depth',
|
||||||
width: 10,
|
width: 100,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user