mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 17:08:25 +00:00
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:
parent
e4cb80cc99
commit
841bbcec02
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user