ceph: remove cube symbol for now, confusion with CTs

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>
This commit is contained in:
Thomas Lamprecht 2019-05-31 16:33:37 +02:00
parent fcb30b4941
commit 7f08e4fe8c

View 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;
}