ui: adapt task-history icon, use same as in PBS

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-03 02:40:51 +02:00
parent 8de6ef280c
commit 56bc50b8a8
3 changed files with 3 additions and 3 deletions

View 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: {

View 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',

View 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,