[pve-devel] [PATCH pve-manager 2/3] Fix warning in Browser console due to missing meta entry

Emmanuel Kasper e.kasper at proxmox.com
Mon Feb 15 13:29:58 CET 2016


We're not going to support mobile devices via the standard gui,
but ExtJS 6 themes need this
---
 PVE/ExtJSIndex6.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/ExtJSIndex6.pm b/PVE/ExtJSIndex6.pm
index aa6ffa3..68183aa 100644
--- a/PVE/ExtJSIndex6.pm
+++ b/PVE/ExtJSIndex6.pm
@@ -21,6 +21,7 @@ sub get_index {
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
     <title>$nodename - Proxmox Virtual Environment</title>
     <link rel="stylesheet" type="text/css" href="/pve2/ext6/theme-triton/resources/theme-triton-all.css" />
     <link rel="stylesheet" type="text/css" href="/pve2/css/ext-pve.css" />
-- 
2.1.4





More information about the pve-devel mailing list