Skip to content

Commit 2544117

Browse files
authored
Pi-hole Web v6.0.2 (#3272)
2 parents 42e7279 + b9d194f commit 2544117

21 files changed

+2094
-869
lines changed

img/boxed-bg-dark.png

-5 Bytes
Loading

img/boxed-bg.png

-5 Bytes
Loading
-19 Bytes
Loading

img/favicons/apple-touch-icon.png

-510 Bytes
Loading

img/favicons/favicon-16x16.png

-34 Bytes
Loading

img/favicons/favicon-32x32.png

-146 Bytes
Loading

img/favicons/safari-pinned-tab.svg

Lines changed: 9 additions & 9 deletions
Loading

img/logo.svg

Lines changed: 13 additions & 10 deletions
Loading

index.lp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mg.include('scripts/lua/header_authenticated.lp','r')
1414
<div class="row">
1515
<div class="col-lg-3 col-sm-6">
1616
<!-- small box -->
17-
<div class="small-box bg-aqua no-user-select" id="total_queries" title="only A + AAAA queries">
17+
<div class="small-box bg-aqua no-user-select" id="total_queries" title="Total number of queries">
1818
<div class="inner">
1919
<p>Total queries</p>
2020
<h3 class="statistic"><span id="dns_queries">---</span></h3>
@@ -82,7 +82,7 @@ mg.include('scripts/lua/header_authenticated.lp','r')
8282
<div class="col-md-12">
8383
<div class="box" id="queries-over-time">
8484
<div class="box-header with-border">
85-
<h3 class="box-title">Total queries over last 24 hours</h3>
85+
<h3 class="box-title">Total queries</h3>
8686
<button class="btn btn-xs btn-default pull-right zoom-reset" data-sel="reset-history"><i class="fas fa-undo"></i>&nbsp;Reset zoom</button>
8787
<span class="pull-right zoom-info" data-toggle="tooltip" title="You can zoom this graph by either holding down the [Ctrl] key and using your mouse wheel or by using the &quot;pinch&quot; multi-touch gesture. You can furthermore click and drag to pan the graph."><i class="fa fa-info-circle"></i></span>
8888
</div>
@@ -102,7 +102,7 @@ mg.include('scripts/lua/header_authenticated.lp','r')
102102
<div class="col-md-12">
103103
<div class="box" id="clients">
104104
<div class="box-header with-border">
105-
<h3 class="box-title">Client activity over last 24 hours</h3>
105+
<h3 class="box-title">Client activity</h3>
106106
<button class="btn btn-xs btn-default pull-right zoom-reset" data-sel="reset-clients"><i class="fas fa-undo"></i>&nbsp;Reset zoom</button>
107107
<span class="pull-right zoom-info" data-toggle="tooltip" title="You can zoom this graph by either holding down the [Ctrl] key and using your mouse wheel or by using the &quot;pinch&quot; multi-touch gesture. You can furthermore click and drag to pan the graph."><i class="fa fa-info-circle"></i></span>
108108
</div>

login.lp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,10 @@ mg.include('scripts/lua/header.lp','r')
2626
<div class="text-center form-group has-error" id="dns-failure-label" style="display: none;">
2727
<label>DNS Server failure detected, log in to see Pi-hole diagnosis messages</label>
2828
</div>
29-
<div class="text-center form-group has-error" id="insecure-box" style="display: none;">
30-
<div class="box box-danger">
31-
<div class="box-header with-border pointer no-user-select">
32-
<h3 class="box-title has-error control-label"><i class="fa fa-fw fa-triangle-exclamation"></i>&nbsp;&nbsp;Insecure network connection&nbsp;&nbsp;<i class="fa fa-fw fa-triangle-exclamation"></i></h3>
33-
</div>
29+
<div class="text-center form-group has-warning" id="insecure-box" style="display: none;">
30+
<div class="box box-warning">
3431
<div class="box-body">
35-
<p>Consider upgrading to <a href="#" id="https-link">HTTPS</a> (end-to-end encryption)</p>
32+
Consider upgrading to <a href="#" id="https-link">HTTPS</a> (end-to-end encryption)
3633
</div>
3734
</div>
3835
</div>

0 commit comments

Comments
 (0)