mirror of
https://github.com/pi-hole/web.git
synced 2026-04-27 20:24:10 +01:00
Remove <code> tags from taillog pages
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user