Include message triangle on all pages

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-03-15 16:29:55 +01:00
parent 7c94c135b1
commit 7ed501d468
5 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
<pre id="output" style="width: 100%; height: 100%;" hidden></pre>
<script src="scripts/pi-hole/js/debug.js?v=<?=$cacheVer?>"></script>
<script src="scripts/pi-hole/js/utils.js?v=<?=$cacheVer?>"></script>
<?php
require "scripts/pi-hole/php/footer.php";

View File

@@ -26,6 +26,7 @@
<pre id="output" style="width: 100%; height: 100%;" hidden></pre>
<script src="scripts/pi-hole/js/gravity.js?v=<?=$cacheVer?>"></script>
<script src="scripts/pi-hole/js/utils.js?v=<?=$cacheVer?>"></script>
<?php
require "scripts/pi-hole/php/footer.php";

View File

@@ -33,6 +33,7 @@
<pre id="output" style="width: 100%; height: 100%;" hidden></pre>
<script src="scripts/pi-hole/js/queryads.js?v=<?=$cacheVer?>"></script>
<script src="scripts/pi-hole/js/utils.js?v=<?=$cacheVer?>"></script>
<?php
require "scripts/pi-hole/php/footer.php";

View File

@@ -25,6 +25,8 @@
</div>
<script src="scripts/pi-hole/js/taillog-FTL.js?v=<?=$cacheVer?>"></script>
<script src="scripts/pi-hole/js/utils.js?v=<?=$cacheVer?>"></script>
<?php
require "scripts/pi-hole/php/footer.php";

View File

@@ -25,6 +25,7 @@
</div>
<script src="scripts/pi-hole/js/taillog.js?v=<?=$cacheVer?>"></script>
<script src="scripts/pi-hole/js/utils.js?v=<?=$cacheVer?>"></script>
<?php
require "scripts/pi-hole/php/footer.php";