]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: tape content: set icon-class for reload button
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 May 2021 13:51:54 +0000 (15:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 May 2021 13:51:57 +0000 (15:51 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/tape/BackupOverview.js

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