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
This commit is contained in:
Emmanuel Kasper 2015-06-18 15:04:12 +02:00 committed by Dietmar Maurer
parent e4cb80cc99
commit 841bbcec02

View File

@ -11,6 +11,7 @@ sub get_index {
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=10">
<title>Proxmox Virtual Environment</title>
<link rel="stylesheet" type="text/css" href="/pve2/ext4/resources/css/ext-all.css" />