]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: datastore: used fixed-width icons for summary
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Oct 2020 16:43:10 +0000 (17:43 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Oct 2020 16:43:10 +0000 (17:43 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/DataStoreSummary.js

index 539075a163b38ce782094f4dd3a2aa738fa938ca..b180f766b67f0b3f363d1c2d43391e2457b3c887 100644 (file)
@@ -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: {