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:
parent
2914e99ff3
commit
01a99f5651
@ -268,10 +268,13 @@ Ext.define('PBS.TapeManagement.BackupOverview', {
|
|||||||
'-',
|
'-',
|
||||||
{
|
{
|
||||||
text: gettext('New Backup'),
|
text: gettext('New Backup'),
|
||||||
|
iconCls: 'fa fa-floppy-o',
|
||||||
handler: 'backup',
|
handler: 'backup',
|
||||||
},
|
},
|
||||||
|
'-',
|
||||||
{
|
{
|
||||||
text: gettext('Restore'),
|
text: gettext('Restore Wizard'),
|
||||||
|
iconCls: 'fa fa-undo',
|
||||||
handler: 'restore',
|
handler: 'restore',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user