]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: tasks: add sync description+
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 May 2020 16:35:50 +0000 (18:35 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 May 2020 16:36:58 +0000 (18:36 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/Utils.js

index 87e2dc63b13f364ba44289a3e253c73866a7c646..561af2201adb255f236b48e95eb62fb5a134d4b8 100644 (file)
@@ -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'));
            },