mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
Remove the hard-coded time range from graphics titles
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
4
index.lp
4
index.lp
@@ -82,7 +82,7 @@ mg.include('scripts/lua/header_authenticated.lp','r')
|
||||
<div class="col-md-12">
|
||||
<div class="box" id="queries-over-time">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Total queries over last 24 hours</h3>
|
||||
<h3 class="box-title">Total queries</h3>
|
||||
<button class="btn btn-xs btn-default pull-right zoom-reset" data-sel="reset-history"><i class="fas fa-undo"></i> Reset zoom</button>
|
||||
<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 "pinch" multi-touch gesture. You can furthermore click and drag to pan the graph."><i class="fa fa-info-circle"></i></span>
|
||||
</div>
|
||||
@@ -102,7 +102,7 @@ mg.include('scripts/lua/header_authenticated.lp','r')
|
||||
<div class="col-md-12">
|
||||
<div class="box" id="clients">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Client activity over last 24 hours</h3>
|
||||
<h3 class="box-title">Client activity</h3>
|
||||
<button class="btn btn-xs btn-default pull-right zoom-reset" data-sel="reset-clients"><i class="fas fa-undo"></i> Reset zoom</button>
|
||||
<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 "pinch" multi-touch gesture. You can furthermore click and drag to pan the graph."><i class="fa fa-info-circle"></i></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user