mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Minor nav label change
This commit is contained in:
@@ -132,7 +132,7 @@ $theme_url = 'dist/css/' . $theme;
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if ( RASPI_DHCP_ENABLED ) : ?>
|
<?php if ( RASPI_DHCP_ENABLED ) : ?>
|
||||||
<li>
|
<li>
|
||||||
<a href="index.php?page=dhcpd_conf"><i class="fa fa-exchange fa-fw"></i> <?php echo _("Configure DHCP"); ?></a>
|
<a href="index.php?page=dhcpd_conf"><i class="fa fa-exchange fa-fw"></i> <?php echo _("Configure DHCP Server"); ?></a>
|
||||||
</li>
|
</li>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if ( RASPI_OPENVPN_ENABLED ) : ?>
|
<?php if ( RASPI_OPENVPN_ENABLED ) : ?>
|
||||||
|
Reference in New Issue
Block a user