mirror of
https://github.com/pi-hole/web.git
synced 2025-12-19 18:28:24 +00:00
Add hint that partial matching may not return all possible results
Signed-off-by: Dominik <dl6er@dl6er.de>
This commit is contained in:
@@ -26,14 +26,14 @@ mg.include('scripts/lua/header_authenticated.lp','r')
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<div class="col-md-6">
|
||||
<div>
|
||||
<input type="checkbox" id="partialMatch" data-key="partialMatch">
|
||||
<label for="partialMatch"><strong>Use partial matching</strong></label>
|
||||
<label for="partialMatch"><strong>Use partial matching</strong> (may not find complex regex entries)</label>
|
||||
</div>
|
||||
</div>
|
||||
<br class="hidden-md hidden-lg">
|
||||
<div class="col-md-8">
|
||||
<div class="col-md-6">
|
||||
<div id="domain-limitbox-block" class="form-inline">
|
||||
<label for="number">Maximum number of results to be returned: </label>
|
||||
<input class="form-control input-sm" type="number" min="0" value="20" id="number">
|
||||
|
||||
Reference in New Issue
Block a user