]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
ceph: remove cube symbol for now, confusion with CTs
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 31 May 2019 14:33:37 +0000 (16:33 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 31 May 2019 14:33:39 +0000 (16:33 +0200)
This was the exact same symbol we use for container, and as this is
_not_ CT related, and box did not make sense for the version here for
me, just remove it for now before we forget it..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ceph/OSD.js

index 7f5cb8a7f0c297f574cbaa2ea1c5afc44cd6656a..7d656ae1b119e76d7de84a74f5692b53ce8f2af5 100644 (file)
@@ -188,7 +188,6 @@ Ext.define('PVE.node.CephOsdTree', {
                }
 
                if (!value && rec.data.type == 'host') {
-                   icon = '<i class="fa faded fa-cube"></i> ';
                    version = me.versions[rec.data.name] || Proxmox.Utils.unknownText;
                }