mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Forward destinations -> Upstreams
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -206,7 +206,7 @@
|
||||
<div class="col-md-12 col-lg-6">
|
||||
<div class="box" id="forward-destinations">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Forward Destinations (over time)</h3>
|
||||
<h3 class="box-title">Upstreams (over time)</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<div class="chart">
|
||||
|
||||
@@ -904,7 +904,7 @@ $(document).ready(function() {
|
||||
var m = parseInt(time[2], 10) || 0;
|
||||
var from = padNumber(h)+":"+padNumber(m-5)+":00";
|
||||
var to = padNumber(h)+":"+padNumber(m+4)+":59";
|
||||
return "Forward destinations from "+from+" to "+to;
|
||||
return "Upstreams from "+from+" to "+to;
|
||||
},
|
||||
label: function(tooltipItems, data) {
|
||||
if(tooltipItems.datasetIndex === 1)
|
||||
|
||||
Reference in New Issue
Block a user