ui: add some task log description mappings
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
fef2b3e04c
commit
9b1aa424b9
|
@ -4,7 +4,7 @@ Depends: fonts-font-awesome,
|
||||||
libjs-extjs (>= 6.0.1),
|
libjs-extjs (>= 6.0.1),
|
||||||
libzstd1 (>= 1.3.8),
|
libzstd1 (>= 1.3.8),
|
||||||
proxmox-mini-journalreader,
|
proxmox-mini-journalreader,
|
||||||
proxmox-widget-toolkit (>= 2.2-2),
|
proxmox-widget-toolkit (>= 2.2-4),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
Description: Proxmox Backup Server daemon with tools and GUI
|
Description: Proxmox Backup Server daemon with tools and GUI
|
||||||
|
|
|
@ -29,5 +29,10 @@ Ext.define('PBS.Utils', {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
// do whatever you want here
|
// 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
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue