ui: add some task log description mappings

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-05-25 19:06:47 +02:00
parent fef2b3e04c
commit 9b1aa424b9
2 changed files with 6 additions and 1 deletions

View File

@ -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
});
}
});