[pbs-devel] applied-series: [PATCH proxmox-backup 1/3] ui: sync view: rename column 'Max. Recursion' -> 'Max. Depth'
Fabian Grünbichler
f.gruenbichler at proxmox.com
Fri Apr 19 09:46:40 CEST 2024
thanks!
On April 18, 2024 2:01 pm, Lukas Wagner wrote:
> 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
>
>
>
> _______________________________________________
> pbs-devel mailing list
> pbs-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
>
>
>
More information about the pbs-devel
mailing list