[pbs-devel] [PATCH proxmox-backup 1/3] ui: sync view: rename column 'Max. Recursion' -> 'Max. Depth'
Lukas Wagner
l.wagner at proxmox.com
Thu Apr 18 14:01:16 CEST 2024
In the edit dialog we already use 'Max. Depth', so it makes sense
to use the same term in the overview.
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 c6458a9e..0e8a0904 100644
--- a/www/config/SyncView.js
+++ b/www/config/SyncView.js
@@ -224,7 +224,7 @@ Ext.define('PBS.config.SyncJobView', {
renderer: PBS.Utils.render_optional_namespace,
},
{
- header: gettext('Max. Recursion'),
+ header: gettext('Max. Depth'),
dataIndex: 'max-depth',
width: 10,
sortable: true,
--
2.39.2
More information about the pbs-devel
mailing list