ui: tape content: set icon-class for reload button

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-21 15:51:54 +02:00
parent 98dc770efa
commit 07875ce13e

View File

@ -246,6 +246,7 @@ Ext.define('PBS.TapeManagement.BackupOverview', {
tbar: [
{
text: gettext('Reload'),
iconCls: 'fa fa-refresh',
handler: 'reload',
},
'-',