diff --git a/definitions/base.js b/definitions/base.js index 620b77f7..21268f70 100644 --- a/definitions/base.js +++ b/definitions/base.js @@ -7703,13 +7703,13 @@ module.exports = function(s,config,lang){ info: [ { "fieldType": "indicatorBar", - "icon": "microchip", + "icon": "square", "name": "cpu", "label": ` ${lang.CPU} : `, }, { "fieldType": "indicatorBar", - "icon": "square", + "icon": "microchip", "name": "ram", "label": ` ${lang.MB} ${lang.RAM}`, }, diff --git a/web/pages/blocks/home/infoBlocks.ejs b/web/pages/blocks/home/infoBlocks.ejs index 9541a694..4f705f6c 100644 --- a/web/pages/blocks/home/infoBlocks.ejs +++ b/web/pages/blocks/home/infoBlocks.ejs @@ -2,12 +2,12 @@
  <%- lang['CPU'] %> & <%- lang['RAM'] %>
<% [ { - "icon": "microchip", + "icon": "square", "name": "cpu", "label": ` ${lang.CPU} : `, }, { - "icon": "square", + "icon": "microchip", "name": "ram", "label": ` ${lang.MB} ${lang.RAM}`, },