mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update svg logging label
This commit is contained in:
parent
729adf7e71
commit
5d0454f96e
@ -1,7 +1,7 @@
|
||||
<!-- logfile output tab -->
|
||||
<div class="tab-pane fade" id="logging">
|
||||
<h4><?php echo _("Logging") ?></h4>
|
||||
<p><?php echo _("Enable these options to log DHCP server activity.") ?></p>
|
||||
<p><?php echo _("Enable these options to log <code>dhcpcd</code> and <code>dnsmasq</code> activity.") ?></p>
|
||||
|
||||
<div class="custom-control custom-switch">
|
||||
<input class="custom-control-input" id="log-dhcp" type="checkbox" name="log-dhcp" value="1" <?php echo $conf['log-dhcp'] ? ' checked="checked"' : "" ?> aria-describedby="log-dhcp-requests">
|
||||
|
Loading…
Reference in New Issue
Block a user