Remove <code> tags from taillog pages

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-05-28 08:02:52 +02:00
parent 88b439029e
commit 0f0f8c9deb

View File

@@ -204,19 +204,19 @@
<!-- Tail pihole.log -->
<li class="<? if scriptname == 'taillog' and GET("file") == "dnsmasq" then ?> active<? end ?>">
<a href="<?=pihole.webhome()?>taillog?file=dnsmasq">
<i class="fa-fw menu-icon fa-solid fa-list-ul"></i> <code>pihole.log</code>
<i class="fa-fw menu-icon fa-solid fa-list-ul"></i> pihole.log
</a>
</li>
<!-- Tail FTL.log -->
<li class="<? if scriptname == 'taillog' and GET("file") == "ftl" then ?> active<? end ?>">
<a href="<?=pihole.webhome()?>taillog?file=ftl">
<i class="fa-fw menu-icon fa-solid fa-list-ul"></i> <code>FTL.log</code>
<i class="fa-fw menu-icon fa-solid fa-list-ul"></i> FTL.log
</a>
</li>
<!-- Tail webserver.log -->
<li class="<? if scriptname == 'taillog' and GET("file") == "webserver" then ?> active<? end ?>">
<a href="<?=pihole.webhome()?>taillog?file=webserver">
<i class="fa-fw menu-icon fa-solid fa-list-ul"></i> <code>webserver.log</code>
<i class="fa-fw menu-icon fa-solid fa-list-ul"></i> webserver.log
</a>
</li>
</ul>