[pbs-devel] [PATCH proxmox-backup v3 7/7] ui: add task title for triggering sync jobs
Christian Ebner
c.ebner at proxmox.com
Fri Jul 4 14:42:16 CEST 2025
On 6/4/25 14:30, Hannes Laimer wrote:
> Signed-off-by: Hannes Laimer <h.laimer at proxmox.com>
> ---
> www/Utils.js | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/www/Utils.js b/www/Utils.js
> index 9dcde694..eb494301 100644
> --- a/www/Utils.js
> +++ b/www/Utils.js
> @@ -422,6 +422,7 @@ Ext.define('PBS.Utils', {
> prunejob: (type, id) => PBS.Utils.render_prune_job_worker_id(id, gettext('Prune Job')),
> reader: (type, id) => PBS.Utils.render_datastore_worker_id(id, gettext('Read Objects')),
> 'rewind-media': [gettext('Drive'), gettext('Rewind Media')],
> + 'mount-sync-jobs': [gettext('Datastore'), gettext('trigger sync jobs')],
nit: while not an issue, the text here is a bit unfitting, as this job
will complete *after* all the sync jobs it's executing.
Therefore, this shows up in the task log after the sync jobs entries. So
maybe instead of `trigger sync jobs`, this could state `sync jobs
handler triggered by mount`... or something even better fitting...
More information about the pbs-devel
mailing list