From 7f08e4fe8c374a777fa493fec41574b351bc6ca6 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 31 May 2019 16:33:37 +0200 Subject: [PATCH] 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 --- www/manager6/ceph/OSD.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/manager6/ceph/OSD.js b/www/manager6/ceph/OSD.js index 7f5cb8a7..7d656ae1 100644 --- a/www/manager6/ceph/OSD.js +++ b/www/manager6/ceph/OSD.js @@ -188,7 +188,6 @@ Ext.define('PVE.node.CephOsdTree', { } if (!value && rec.data.type == 'host') { - icon = ' '; version = me.versions[rec.data.name] || Proxmox.Utils.unknownText; }