mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-10-04 19:17:31 +00:00
ui: adapt task-history icon, use same as in PBS
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
8de6ef280c
commit
56bc50b8a8
@ -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: {
|
||||
|
@ -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',
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user