From 01a99f5651d288af5b7599adb8c789edc05b17a9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 26 May 2021 19:05:27 +0200 Subject: [PATCH] ui: tape overview: rename to "Restore Wizard" and use icons To create a correlation with the restore action column Signed-off-by: Thomas Lamprecht --- www/tape/BackupOverview.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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', }, ],