diff --git a/www/ServerAdministration.js b/www/ServerAdministration.js index 936d8a078..9927bbc6e 100644 --- a/www/ServerAdministration.js +++ b/www/ServerAdministration.js @@ -20,11 +20,13 @@ Ext.define('PBS.ServerAdministration', { { xtype: 'pbsServerStatus', itemId: 'status', + iconCls: 'fa fa-area-chart', }, { xtype: 'proxmoxNodeServiceView', title: gettext('Services'), itemId: 'services', + iconCls: 'fa fa-cogs', restartCommand: 'reload', // avoid disruptions startOnlyServices: { syslog: true, @@ -36,6 +38,7 @@ Ext.define('PBS.ServerAdministration', { { xtype: 'proxmoxNodeAPT', title: gettext('Updates'), + iconCls: 'fa fa-refresh', upgradeBtn: { xtype: 'button', reference: 'upgradeBtn', @@ -51,12 +54,14 @@ Ext.define('PBS.ServerAdministration', { { xtype: 'proxmoxJournalView', itemId: 'logs', + iconCls: 'fa fa-list', title: gettext('Syslog'), url: "/api2/extjs/nodes/localhost/journal", }, { xtype: 'proxmoxNodeTasks', itemId: 'tasks', + iconCls: 'fa fa-list-alt', title: gettext('Tasks'), height: 'auto', nodename: 'localhost', diff --git a/www/button/TaskButton.js b/www/button/TaskButton.js index 514d2bcad..c2f836f37 100644 --- a/www/button/TaskButton.js +++ b/www/button/TaskButton.js @@ -7,7 +7,7 @@ Ext.define('PBS.TaskButton', { badgeCls: '', }, - iconCls: 'fa fa-list', + iconCls: 'fa fa-list-alt', userCls: 'pmx-has-badge', text: gettext('Tasks'),