mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-31 01:48:09 +03:00
ui: utils: add task description for mounting/unmounting
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
8dccdeb942
commit
20e58c056f
@ -417,6 +417,7 @@ Ext.define('PBS.Utils', {
|
||||
'label-media': [gettext('Drive'), gettext('Label Media')],
|
||||
'load-media': (type, id) => PBS.Utils.render_drive_load_media_id(id, gettext('Load Media')),
|
||||
logrotate: [null, gettext('Log Rotation')],
|
||||
'mount-device': [gettext('Datastore'), gettext('Mount Device')],
|
||||
prune: (type, id) => PBS.Utils.render_datastore_worker_id(id, gettext('Prune')),
|
||||
prunejob: (type, id) => PBS.Utils.render_prune_job_worker_id(id, gettext('Prune Job')),
|
||||
reader: (type, id) => PBS.Utils.render_datastore_worker_id(id, gettext('Read Objects')),
|
||||
@ -427,6 +428,7 @@ Ext.define('PBS.Utils', {
|
||||
'tape-backup-job': (type, id) => PBS.Utils.render_tape_backup_id(id, gettext('Tape Backup Job')),
|
||||
'tape-restore': ['Datastore', gettext('Tape Restore')],
|
||||
'unload-media': [gettext('Drive'), gettext('Unload Media')],
|
||||
'unmount-device': [gettext('Datastore'), gettext('Unmount Device')],
|
||||
verificationjob: [gettext('Verify Job'), gettext('Scheduled Verification')],
|
||||
verify: ['Datastore', gettext('Verification')],
|
||||
verify_group: ['Group', gettext('Verification')],
|
||||
|
Loading…
x
Reference in New Issue
Block a user