From 841bbcec02d57def0a84cc85b2257ad5efbdf7ef Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Thu, 18 Jun 2015 15:04:12 +0200 Subject: [PATCH] Force Internet Explorer to interpret pages in IE10 compatibility modus IE11 is not supported with ExtJS 4, so we have to force the IE rendering engine to parse the page as an older version. This fixes the problem of the component tree icons not appearing. IE11 is supported in ExtJS so this header is not needed in manager5/ (tested OK) Closes https://bugzilla.proxmox.com/show_bug.cgi?id=645 --- PVE/ExtJSIndex.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/ExtJSIndex.pm b/PVE/ExtJSIndex.pm index 5ecff924..c8c8f641 100644 --- a/PVE/ExtJSIndex.pm +++ b/PVE/ExtJSIndex.pm @@ -11,6 +11,7 @@ sub get_index { + Proxmox Virtual Environment