Fix: HTML meta tags fix for iOS (#16269)

This commit is contained in:
flopp999
2019-03-28 09:23:43 +01:00
committed by Torkel Ödegaard
parent 206921d21b
commit 0bca6bcb27

View File

@@ -17,8 +17,8 @@
<link rel="stylesheet" href="public/build/grafana.[[ .Theme ]].<%= webpack.hash %>.css">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="public/img/browserconfig.xml">
</head>