Commit 1f4cea36 authored by Emmanuel Kasper's avatar Emmanuel Kasper Committed by Dietmar Maurer

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
parent b508be03
...@@ -11,6 +11,7 @@ sub get_index { ...@@ -11,6 +11,7 @@ sub get_index {
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <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> <title>Proxmox Virtual Environment</title>
<link rel="stylesheet" type="text/css" href="/pve2/ext4/resources/css/ext-all.css" /> <link rel="stylesheet" type="text/css" href="/pve2/ext4/resources/css/ext-all.css" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment