public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 1/3] ui: sync view: rename column 'Max. Recursion' -> 'Max. Depth'
@ 2024-04-18 12:01 Lukas Wagner
  2024-04-18 12:01 ` [pbs-devel] [PATCH proxmox-backup 2/3] ui: sync view: add 'max-depth' to model Lukas Wagner
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lukas Wagner @ 2024-04-18 12:01 UTC (permalink / raw)
  To: pbs-devel

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@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



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-19  7:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-18 12:01 [pbs-devel] [PATCH proxmox-backup 1/3] ui: sync view: rename column 'Max. Recursion' -> 'Max. Depth' Lukas Wagner
2024-04-18 12:01 ` [pbs-devel] [PATCH proxmox-backup 2/3] ui: sync view: add 'max-depth' to model Lukas Wagner
2024-04-18 12:01 ` [pbs-devel] [PATCH proxmox-backup 3/3] ui: sync view: increase default width of 'Max. Depth' column Lukas Wagner
2024-04-19  7:46 ` [pbs-devel] applied-series: [PATCH proxmox-backup 1/3] ui: sync view: rename column 'Max. Recursion' -> 'Max. Depth' Fabian Grünbichler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal