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

2
debian/control.in vendored
View File

@ -4,7 +4,7 @@ Depends: fonts-font-awesome,
libjs-extjs (>= 6.0.1),
libzstd1 (>= 1.3.8),
proxmox-mini-journalreader,
proxmox-widget-toolkit (>= 2.2-2),
proxmox-widget-toolkit (>= 2.2-4),
${misc:Depends},
${shlibs:Depends},
Description: Proxmox Backup Server daemon with tools and GUI

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