[pbs-devel] [PATCH proxmox-backup 3/3] ui: sync view: increase default width of 'Max. Depth' column
Lukas Wagner
l.wagner at proxmox.com
Thu Apr 18 14:01:18 CEST 2024
Before, the column was so small that it was practically invisible.
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
www/config/SyncView.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/config/SyncView.js b/www/config/SyncView.js
index 44f1b149..4669a23e 100644
--- a/www/config/SyncView.js
+++ b/www/config/SyncView.js
@@ -226,7 +226,7 @@ Ext.define('PBS.config.SyncJobView', {
{
header: gettext('Max. Depth'),
dataIndex: 'max-depth',
- width: 10,
+ width: 100,
sortable: true,
},
{
--
2.39.2
More information about the pbs-devel
mailing list