mirror of https://github.com/mikaku/Monitorix.git
Merge pull request #340 from bachandi/webappfullscreen
Add posibility to view the website as web app in full screen mode
This commit is contained in:
commit
a64381853b
|
@ -492,6 +492,8 @@ EOF
|
||||||
if($config{refresh_rate}) {
|
if($config{refresh_rate}) {
|
||||||
print(" <meta http-equiv='Refresh' content='" . $config{refresh_rate} . "'>\n");
|
print(" <meta http-equiv='Refresh' content='" . $config{refresh_rate} . "'>\n");
|
||||||
}
|
}
|
||||||
|
print(" <meta name='apple-mobile-web-app-capable' content='yes' />\n");
|
||||||
|
print(" <meta name='apple-mobile-web-app-status-bar-style' content='black' />\n");
|
||||||
print(" </head>\n");
|
print(" </head>\n");
|
||||||
print(" <body>\n");
|
print(" <body>\n");
|
||||||
print(" $piwik_code\n");
|
print(" $piwik_code\n");
|
||||||
|
|
Loading…
Reference in New Issue