mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Merge pull request #261 from pi-hole/helptypo
Fix typo and arrangement on Help page
This commit is contained in:
@@ -93,24 +93,23 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h2>Setings</h2>
|
||||
<h2>Settings</h2>
|
||||
Change settings for the Pi-Hole
|
||||
<h4>Networking</h4>
|
||||
Displays information about the interfaces of the Pi-Hole. No changes possible
|
||||
<h4>Pi-Hole DHCP Server</h4>
|
||||
Using this setting you can enable/disable the DHCP server of the Pi-Hole. Note that you should disable any other DHCP server on your network to avoid IP addresses being used more than once. You have to give the range of IPs that DHCP will serve and the IP of the local router (gateway). If the DHCP server is active, the current leases are shown on the settings page.
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h2>Donate</h2>
|
||||
Keep in mind that Pi-hole is free. If you like Pi-hole, please consider a small donation to help support its development
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h2>Help (this page)</h2>
|
||||
Shows information about what is happening behind the scenes and what can be done with this web user interface (web UI). The Help center will show details concerning the authentication system only if it is enabled
|
||||
<h4>Upstream DNS Servers</h4>
|
||||
Customize used upstream DNS servers + advanced settings
|
||||
<h4>Query Logging</h4>
|
||||
Enabled/disable query logging on your Pi-hole
|
||||
<h4>API</h4>
|
||||
Change settings which apply to the API as well as the web UI<br>
|
||||
Note that Top Clients have to be given as IP addresses
|
||||
<h4>Web User Interface</h4>
|
||||
Other settings whioch affect the webUI but not the API of Pi-hole
|
||||
<h4>System Administration</h4>
|
||||
Apply system-wide actions like restarting of the server
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
@@ -127,6 +126,18 @@
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h2>Donate</h2>
|
||||
Keep in mind that Pi-hole is free. If you like Pi-hole, please consider a small donation to help support its development
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h2>Help (this page)</h2>
|
||||
Shows information about what is happening behind the scenes and what can be done with this web user interface (web UI). The Help center will show details concerning the authentication system only if it is enabled
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h2>Footer</h2>
|
||||
|
||||
Reference in New Issue
Block a user