[pbs-devel] [PATCH proxmox-backup v4 6/7] ui: add task title for triggering sync jobs

Hannes Laimer h.laimer at proxmox.com
Wed Jul 16 16:52:15 CEST 2025


Signed-off-by: Hannes Laimer <h.laimer at proxmox.com>
---
new in v4:
- updated title

 www/Utils.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/Utils.js b/www/Utils.js
index 30b4a6e7..ef430636 100644
--- a/www/Utils.js
+++ b/www/Utils.js
@@ -441,6 +441,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('sync jobs handler triggered by mount')],
             sync: ['Datastore', gettext('Remote Sync')],
             syncjob: [gettext('Sync Job'), gettext('Remote Sync')],
             'tape-backup': (type, id) =>
-- 
2.47.2





More information about the pbs-devel mailing list