ui: add some task log description mappings
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -29,5 +29,10 @@ Ext.define('PBS.Utils', {
|
||||
var me = this;
|
||||
|
||||
// do whatever you want here
|
||||
Proxmox.Utils.override_task_descriptions({
|
||||
garbage_collection: ['Datastore', gettext('Garbage collect') ],
|
||||
backup: [ '', gettext('Backup') ],
|
||||
reader: [ '', gettext('Read datastore objects') ], // FIXME: better one
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user