mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Add notice on whitelist page that list domains are automatically added
This commit is contained in:
@@ -24,6 +24,7 @@ function getFullName() {
|
||||
<div class="page-header">
|
||||
<h1><?php getFullName(); ?></h1>
|
||||
</div>
|
||||
<?php if($list == "white"){ ?><p>Note that the ad list domains are automatically added to the whitelist so that a list can never get blocked by another list.</p><?php } ?>
|
||||
|
||||
<!-- Domain Input -->
|
||||
<div class="form-group input-group">
|
||||
@@ -48,6 +49,7 @@ function getFullName() {
|
||||
Failure! Something went wrong.
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Domain List -->
|
||||
<ul class="list-group" id="list"></ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user