ui: tasks: add sync description+
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
dbd959d43f
commit
0f13623443
@ -61,6 +61,7 @@ Ext.define('PBS.Utils', {
|
|||||||
// do whatever you want here
|
// do whatever you want here
|
||||||
Proxmox.Utils.override_task_descriptions({
|
Proxmox.Utils.override_task_descriptions({
|
||||||
garbage_collection: ['Datastore', gettext('Garbage collect') ],
|
garbage_collection: ['Datastore', gettext('Garbage collect') ],
|
||||||
|
sync: ['Datastore', gettext('Remote Sync') ],
|
||||||
prune: (type, id) => {
|
prune: (type, id) => {
|
||||||
return PBS.Utils.render_datastore_worker_id(id, gettext('Prune'));
|
return PBS.Utils.render_datastore_worker_id(id, gettext('Prune'));
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user