ui: tape content: set icon-class for reload button
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
98dc770efa
commit
07875ce13e
@ -246,6 +246,7 @@ Ext.define('PBS.TapeManagement.BackupOverview', {
|
|||||||
tbar: [
|
tbar: [
|
||||||
{
|
{
|
||||||
text: gettext('Reload'),
|
text: gettext('Reload'),
|
||||||
|
iconCls: 'fa fa-refresh',
|
||||||
handler: 'reload',
|
handler: 'reload',
|
||||||
},
|
},
|
||||||
'-',
|
'-',
|
||||||
|
Loading…
Reference in New Issue
Block a user