ui: tape overview: rename to "Restore Wizard" and use icons

To create a correlation with the restore action column

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-26 19:05:27 +02:00
parent 2914e99ff3
commit 01a99f5651

View File

@ -268,10 +268,13 @@ Ext.define('PBS.TapeManagement.BackupOverview', {
'-',
{
text: gettext('New Backup'),
iconCls: 'fa fa-floppy-o',
handler: 'backup',
},
'-',
{
text: gettext('Restore'),
text: gettext('Restore Wizard'),
iconCls: 'fa fa-undo',
handler: 'restore',
},
],