Merge pull request #1229 from pi-hole/tweak/custom_dns

Custom DNS page -> Local DNS Records
This commit is contained in:
DL6ER
2020-04-28 20:30:23 +02:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -11,8 +11,8 @@
<!-- Title -->
<div class="page-header">
<h1>Custom DNS configuration</h1>
<small>On this page, you can add domain/IP associations similar to records in <code>/etc/hosts</code>.</small>
<h1>Local DNS Records</h1>
<small>On this page, you can add domain/IP associations</small>
</div>
<!-- Domain Input -->
@@ -67,7 +67,7 @@
<div class="box" id="recent-queries">
<div class="box-header with-border">
<h3 class="box-title">
List of custom DNS domains
List of local DNS domains
</h3>
</div>
<!-- /.box-header -->
+4 -4
View File
@@ -626,10 +626,10 @@ if($auth) {
<i class="fa fa-cogs"></i> <span>Settings</span>
</a>
</li>
<!-- Custom DNS -->
<li<?php if($scriptname === "custom_dns.php"){ ?> class="active"<?php } ?>>
<a href="custom_dns.php">
<i class="fa fa-address-book"></i> <span>Custom DNS</span>
<!-- Local DNS Records -->
<li<?php if($scriptname === "dns_records.php"){ ?> class="active"<?php } ?>>
<a href="dns_records.php">
<i class="fa fa-address-book"></i> <span>Local DNS Records</span>
</a>
</li>
<!-- Logout -->