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'),
|
||||
dataIndex: 'max-depth',
|
||||
width: 10,
|
||||
width: 100,
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user