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:
Lukas Wagner 2024-04-18 14:01:18 +02:00 committed by Fabian Grünbichler
parent a76d418979
commit b12ad47242

View File

@ -226,7 +226,7 @@ Ext.define('PBS.config.SyncJobView', {
{
header: gettext('Max. Depth'),
dataIndex: 'max-depth',
width: 10,
width: 100,
sortable: true,
},
{