added status page for internal infrastructure
parent
6ebdd8c179
commit
64221a5160
|
@ -0,0 +1,7 @@
|
||||||
|
# Created by .ignore support plugin (hsz.mobi)
|
||||||
|
.idea/.gitignore
|
||||||
|
.idea/dbnavigator.xml
|
||||||
|
.idea/misc.xml
|
||||||
|
.idea/modules.xml
|
||||||
|
.idea/vcs.xml
|
||||||
|
.idea/website.iml
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
$title = 'Infrastructure Status';
|
||||||
|
$nav_name = '';
|
||||||
|
include 'includes/header.php';
|
||||||
|
?>
|
||||||
|
<iframe width=1920 height=1080
|
||||||
|
src="https://prtg.dennisvandermeulen.nl/public/mapshow.htm?id=2283&mapid=D47AE50E-9389-427F-B626-B82AB121ED87">
|
||||||
|
</iframe>
|
||||||
|
<?php include 'includes/footer.php'; ?>
|
Loading…
Reference in New Issue