From 1f092c78028793b5f81bf3c0908021237349b41e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 27 Oct 2020 17:43:10 +0100 Subject: [PATCH] ui: datastore: used fixed-width icons for summary Signed-off-by: Thomas Lamprecht --- www/DataStoreSummary.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/www/DataStoreSummary.js b/www/DataStoreSummary.js index 539075a1..b180f766 100644 --- a/www/DataStoreSummary.js +++ b/www/DataStoreSummary.js @@ -109,7 +109,7 @@ Ext.define('PBS.DataStoreInfo', { items: [ { - iconCls: 'fa fa-hdd-o', + iconCls: 'fa fa-fw fa-hdd-o', title: gettext('Usage'), bind: { data: { @@ -124,7 +124,7 @@ Ext.define('PBS.DataStoreInfo', { padding: '10 0 5 0', }, { - iconCls: 'fa fa-cube', + iconCls: 'fa fa-fw fa-cube', title: gettext('CT'), printBar: false, bind: { @@ -134,7 +134,7 @@ Ext.define('PBS.DataStoreInfo', { }, }, { - iconCls: 'fa fa-building', + iconCls: 'fa fa-fw fa-building', title: gettext('Host'), printBar: false, bind: { @@ -144,7 +144,7 @@ Ext.define('PBS.DataStoreInfo', { }, }, { - iconCls: 'fa fa-desktop', + iconCls: 'fa fa-fw fa-desktop', title: gettext('VM'), printBar: false, bind: { @@ -159,7 +159,7 @@ Ext.define('PBS.DataStoreInfo', { padding: '10 0 5 0', }, { - iconCls: 'fa fa-compress', + iconCls: 'fa fa-fw fa-compress', title: gettext('Deduplication'), printBar: false, bind: { @@ -169,7 +169,7 @@ Ext.define('PBS.DataStoreInfo', { }, }, { - iconCls: 'fa fa-trash-o', + iconCls: 'fa fa-fw fa-trash-o', title: gettext('Removed Bytes'), printBar: false, bind: { @@ -179,7 +179,7 @@ Ext.define('PBS.DataStoreInfo', { }, }, { - iconCls: 'fa critical fa-exclamation-triangle', + iconCls: 'fa critical fa-fw fa-exclamation-triangle', title: gettext('Bad Chunks'), printBar: false, bind: {