mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
@@ -41,7 +41,8 @@ mg.include('scripts/pi-hole/lua/header_authenticated.lp','r')
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<p>You can select an existing client or add a custom one by typing into the field above and confirming your entry with <kbd>⏎</kbd>.</p>
|
<p>You can select an existing client or add a custom one by typing into the field above and confirming your entry with <kbd>⏎</kbd>.
|
||||||
|
Multiple clients can be added by separating each client with a space or comma.</p>
|
||||||
<p>Clients may be described either by their IP addresses (IPv4 and IPv6 are supported),
|
<p>Clients may be described either by their IP addresses (IPv4 and IPv6 are supported),
|
||||||
IP subnets (CIDR notation, like <code>192.168.2.0/24</code>),
|
IP subnets (CIDR notation, like <code>192.168.2.0/24</code>),
|
||||||
their MAC addresses (like <code>12:34:56:78:9A:BC</code>),
|
their MAC addresses (like <code>12:34:56:78:9A:BC</code>),
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ mg.include('scripts/pi-hole/lua/header_authenticated.lp','r')
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="form-group col-md-6">
|
<div class="form-group col-md-6">
|
||||||
<label for="new_address">Address:</label>
|
<label for="new_address">Address:</label>
|
||||||
<input id="new_address" type="text" class="form-control" placeholder="URL or space-separated URLs" autocomplete="off" spellcheck="false" autocapitalize="none" autocorrect="off">
|
<input id="new_address" type="text" class="form-control" placeholder="URL" autocomplete="off" spellcheck="false" autocapitalize="none" autocorrect="off">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-6">
|
<div class="form-group col-md-6">
|
||||||
<label for="new_comment">Comment:</label>
|
<label for="new_comment">Comment:</label>
|
||||||
@@ -42,7 +42,7 @@ mg.include('scripts/pi-hole/lua/header_authenticated.lp','r')
|
|||||||
<strong>Hints:</strong>
|
<strong>Hints:</strong>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Please run <code>pihole -g</code> or update your gravity list <a href="<?=webhome?>gravity">online</a> after modifying your lists.</li>
|
<li>Please run <code>pihole -g</code> or update your gravity list <a href="<?=webhome?>gravity">online</a> after modifying your lists.</li>
|
||||||
<li>Multiple lists can be added by separating each <i>unique</i> URL with a space</li>
|
<li>Multiple lists can be added by separating each <i>unique</i> URL with a space or comma</li>
|
||||||
<li>Click on the icon in the first column to get additional information about your lists. The icons correspond to the health of the list.</li>
|
<li>Click on the icon in the first column to get additional information about your lists. The icons correspond to the health of the list.</li>
|
||||||
</ol>
|
</ol>
|
||||||
<div class="btn-toolbar pull-right" role="toolbar" aria-label="Toolbar with buttons">
|
<div class="btn-toolbar pull-right" role="toolbar" aria-label="Toolbar with buttons">
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ mg.include('scripts/pi-hole/lua/header_authenticated.lp','r')
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="form-group col-md-6">
|
<div class="form-group col-md-6">
|
||||||
<label for="new_name">Name:</label>
|
<label for="new_name">Name:</label>
|
||||||
<input id="new_name" type="text" class="form-control" placeholder="Group name or space-separated group names">
|
<input id="new_name" type="text" class="form-control" placeholder="Group name">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-6">
|
<div class="form-group col-md-6">
|
||||||
<label for="new_comment">Comment:</label>
|
<label for="new_comment">Comment:</label>
|
||||||
@@ -41,7 +41,7 @@ mg.include('scripts/pi-hole/lua/header_authenticated.lp','r')
|
|||||||
<div class="box-footer clearfix">
|
<div class="box-footer clearfix">
|
||||||
<strong>Hints:</strong>
|
<strong>Hints:</strong>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Multiple groups can be added by separating each group name with a space</li>
|
<li>Multiple groups can be added by separating each group name with a space or comma</li>
|
||||||
<li>Group names can have spaces if entered in quotes. e.g "My New Group"</li>
|
<li>Group names can have spaces if entered in quotes. e.g "My New Group"</li>
|
||||||
</ol>
|
</ol>
|
||||||
<button type="button" id="btnAdd" class="btn btn-primary pull-right">Add</button>
|
<button type="button" id="btnAdd" class="btn btn-primary pull-right">Add</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user