From 809f6b6ef50fff7a60fe8638d8d3f0e0f401b4c3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 1 Apr 2022 11:20:54 +0200 Subject: [PATCH] ui: lxc resources: switch to vector based font awesome icons Signed-off-by: Thomas Lamprecht --- www/manager6/lxc/Resources.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/manager6/lxc/Resources.js b/www/manager6/lxc/Resources.js index 364ecb19..df8cc969 100644 --- a/www/manager6/lxc/Resources.js +++ b/www/manager6/lxc/Resources.js @@ -60,7 +60,7 @@ Ext.define('PVE.lxc.RessourceView', { header: gettext('Swap'), editor: caps.vms['VM.Config.Memory'] ? 'PVE.lxc.MemoryEdit' : undefined, defaultValue: 512, - tdCls: 'pve-itype-icon-swap', + iconCls: 'refresh', group: 2, renderer: function(value) { return Proxmox.Utils.format_size(value*1024*1024); @@ -96,7 +96,7 @@ Ext.define('PVE.lxc.RessourceView', { header: gettext('Root Disk'), defaultValue: Proxmox.Utils.noneText, editor: mpeditor, - tdCls: 'pve-itype-icon-storage', + iconCls: 'hdd-o', group: 4, }, cpulimit: { @@ -321,7 +321,7 @@ Ext.define('PVE.lxc.RessourceView', { items: [ { text: gettext('Mount Point'), - iconCls: 'pve-itype-icon-storage', + iconCls: 'fa fa-fw fa-hdd-o black', disabled: !caps.vms['VM.Config.Disk'], handler: function() { var win = Ext.create('PVE.lxc.MountPointEdit', {