mirror of
https://github.com/pi-hole/web.git
synced 2026-05-08 09:39:05 +01:00
Made everything working
This commit is contained in:
@@ -29,8 +29,14 @@ function getFullName() {
|
||||
<div class="form-group input-group">
|
||||
<input id="domain" type="text" class="form-control" placeholder="Add a domain (example.com or sub.example.com)">
|
||||
<span class="input-group-btn">
|
||||
<?php if($list === "black") { ?>
|
||||
<button id="btnAdd" class="btn btn-default" type="button">Add (exact)</button>
|
||||
<button id="btnAddWildcard" class="btn btn-default" type="button">Add (wildcard)</button>
|
||||
<?php }else{ ?>
|
||||
<button id="btnAdd" class="btn btn-default" type="button">Add</button>
|
||||
<?php } ?>
|
||||
<button id="btnRefresh" class="btn btn-default" type="button">Refresh</button>
|
||||
}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -49,7 +55,9 @@ function getFullName() {
|
||||
</div>
|
||||
|
||||
<!-- Domain List -->
|
||||
<h3>Exactl blocking</h3>
|
||||
<?php if($list === "black") { ?>
|
||||
<h3>Exact blocking</h3>
|
||||
<?php } ?>
|
||||
<ul class="list-group" id="list"></ul>
|
||||
<?php if($list === "black") { ?>
|
||||
<h3>Wildcard blocking</h3>
|
||||
|
||||
Reference in New Issue
Block a user