mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
sidebar: fix missing span end-closing tags
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<!-- Group Management -->
|
||||
<li class="menu-group<? if scriptname == 'groups' then ?> active<? end ?>">
|
||||
<a href="<?=webhome?>groups">
|
||||
<i class="fa fa-fw menu-icon fa-user-friends"></i> <span>Groups
|
||||
<i class="fa fa-fw menu-icon fa-user-friends"></i> <span>Groups</span>
|
||||
<span class="pull-right-container">
|
||||
<span class="label label-primary pull-right" id="num_groups" title="Number of enabled groups"></span>
|
||||
</span>
|
||||
@@ -51,7 +51,7 @@
|
||||
</li>
|
||||
<li class="menu-group<? if scriptname == 'groups/clients' then ?> active<? end ?>">
|
||||
<a href="<?=webhome?>groups/clients">
|
||||
<i class="fa fa-fw menu-icon fa-laptop"></i> <span>Clients
|
||||
<i class="fa fa-fw menu-icon fa-laptop"></i> <span>Clients</span>
|
||||
<span class="pull-right-container">
|
||||
<span class="label label-primary pull-right" id="num_clients" title="Number of defined clients"></span>
|
||||
</span>
|
||||
@@ -59,7 +59,7 @@
|
||||
</li>
|
||||
<li class="menu-group<? if scriptname == 'groups/domains' then ?> active<? end ?>">
|
||||
<a href="<?=webhome?>groups/domains">
|
||||
<i class="fa fa-fw menu-icon fa-list"></i> <span>Domains
|
||||
<i class="fa fa-fw menu-icon fa-list"></i> <span>Domains</span>
|
||||
<span class="pull-right-container">
|
||||
<span class="label bg-red pull-right" id="num_denied" title="Number of enabled deny rules (domains and regex)"></span>
|
||||
<span class="label bg-green pull-right" id="num_allowed" title="Number of enabled allow rules (domains and regex)"></span>
|
||||
@@ -68,7 +68,7 @@
|
||||
</li>
|
||||
<li class="menu-group<? if scriptname == 'groups/lists' then ?> active<? end ?>">
|
||||
<a href="<?=webhome?>groups/lists">
|
||||
<i class="fa fa-fw menu-icon fa-shield-alt"></i> <span>Lists
|
||||
<i class="fa fa-fw menu-icon fa-shield-alt"></i> <span>Lists</span>
|
||||
<span class="pull-right-container">
|
||||
<span class="label bg-blue pull-right" id="num_lists" title="Number of subscribed and enabled lists"></span>
|
||||
<span class="label bg-yellow pull-right" id="num_gravity" title="Total number of domains subscribed by your Pi-hole"></span>
|
||||
|
||||
Reference in New Issue
Block a user