]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: adapt task-history icon, use same as in PBS
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 3 Jul 2021 00:40:51 +0000 (02:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 3 Jul 2021 00:41:02 +0000 (02:41 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/lxc/Config.js
www/manager6/node/Config.js
www/manager6/qemu/Config.js

index ed0ad2bae1d9cd000e9dc72f9e2ea467f7d20741..89b59c9bc8b23b1554f2f7e27a789e2e20b1f757 100644 (file)
@@ -243,7 +243,7 @@ Ext.define('PVE.lxc.Config', {
            {
                title: gettext('Task History'),
                itemId: 'tasks',
-               iconCls: 'fa fa-list',
+               iconCls: 'fa fa-list-alt',
                xtype: 'proxmoxNodeTasks',
                nodename: nodename,
                preFilter: {
index 4c54da3bc3c833c715dd66be92f03f89c5fbb48f..e519d2014a7ce352c3713e49869c03578b6dc04b 100644 (file)
@@ -400,7 +400,7 @@ Ext.define('PVE.node.Config', {
        me.items.push(
            {
                title: gettext('Task History'),
-               iconCls: 'fa fa-list',
+               iconCls: 'fa fa-list-alt',
                itemId: 'tasks',
                nodename: nodename,
                xtype: 'proxmoxNodeTasks',
index 26228a3672c9eded9ec805a5ee13f8f90d96cedd..9fe933dfc41a22dc3007fdd51cdfcc5c2cd31d13 100644 (file)
@@ -270,7 +270,7 @@ Ext.define('PVE.qemu.Config', {
                title: gettext('Task History'),
                itemId: 'tasks',
                xtype: 'proxmoxNodeTasks',
-               iconCls: 'fa fa-list',
+               iconCls: 'fa fa-list-alt',
                nodename: nodename,
                preFilter: {
                    vmid,