diff --git a/www/tape/BackupOverview.js b/www/tape/BackupOverview.js index 4ab35c2e..fad48c4c 100644 --- a/www/tape/BackupOverview.js +++ b/www/tape/BackupOverview.js @@ -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', }, ],