[pbs-devel] [PATCH v1 proxmox-backup 10/14] ui: add task descriptions for the different types of verify(job, snapshot, group, ds)

Hannes Laimer h.laimer at proxmox.com
Fri Sep 25 10:43:26 CEST 2020


Signed-off-by: Hannes Laimer <h.laimer at proxmox.com>
---
 www/Utils.js | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www/Utils.js b/www/Utils.js
index 7bcf1ba6..3bca7274 100644
--- a/www/Utils.js
+++ b/www/Utils.js
@@ -93,13 +93,14 @@ Ext.define('PBS.Utils', {
 	Proxmox.Utils.override_task_descriptions({
 	    garbage_collection: ['Datastore', gettext('Garbage collect') ],
 	    sync: ['Datastore', gettext('Remote Sync') ],
+	    verify: ['Datastore', gettext('Verification') ],
+	    verify_group: ['Group', gettext('Verification') ],
+	    verify_snapshot: ['Snapshot', gettext('Verification') ],
 	    syncjob: [gettext('Sync Job'), gettext('Remote Sync') ],
+	    verifyjob: [gettext('Verify Job'), gettext('Scheduled Verification') ],
 	    prune: (type, id) => {
 		return PBS.Utils.render_datastore_worker_id(id, gettext('Prune'));
 	    },
-	    verify: (type, id) => {
-		return PBS.Utils.render_datastore_worker_id(id, gettext('Verify'));
-	    },
 	    backup: (type, id) => {
 		return PBS.Utils.render_datastore_worker_id(id, gettext('Backup'));
 	    },
-- 
2.20.1






More information about the pbs-devel mailing list