From 0f13623443c0f7992a2396f1b2116b528223c449 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 26 May 2020 18:35:50 +0200 Subject: [PATCH] ui: tasks: add sync description+ Signed-off-by: Thomas Lamprecht --- www/Utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/Utils.js b/www/Utils.js index 87e2dc63..561af220 100644 --- a/www/Utils.js +++ b/www/Utils.js @@ -61,6 +61,7 @@ Ext.define('PBS.Utils', { // do whatever you want here Proxmox.Utils.override_task_descriptions({ garbage_collection: ['Datastore', gettext('Garbage collect') ], + sync: ['Datastore', gettext('Remote Sync') ], prune: (type, id) => { return PBS.Utils.render_datastore_worker_id(id, gettext('Prune')); },