Skip to content

Commit

Permalink
Remove the hard-coded time range from graphic titles (#3256)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdwebdesign authored Feb 24, 2025
2 parents d3d32e3 + 374e624 commit 3cdce06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.lp
Original file line number Diff line number Diff line change
Expand Up @@ -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>&nbsp;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 &quot;pinch&quot; multi-touch gesture. You can furthermore click and drag to pan the graph."><i class="fa fa-info-circle"></i></span>
</div>
Expand All @@ -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>&nbsp;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 &quot;pinch&quot; multi-touch gesture. You can furthermore click and drag to pan the graph."><i class="fa fa-info-circle"></i></span>
</div>
Expand Down

0 comments on commit 3cdce06

Please sign in to comment.