Fix the label of the periodic-refresh button (#386)

This commit is contained in:
x4base 2016-04-21 08:16:52 -07:00 committed by Maxime Beauchemin
parent a5f33fecd8
commit b01d378475
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
<i class="fa fa-refresh"></i>
</button>
<button type="button" id="refresh_dash_periodic" class="btn btn-default" data-toggle="modal" data-target="#refresh_modal">
<i class="fa fa-clock-o" data-toggle="tooltip" title="Edit the dashboard's CSS"></i>
<i class="fa fa-clock-o" data-toggle="tooltip" title="Decide how frequent should the dashboard refresh"></i>
</button>
<button type="button" id="filters" class="btn btn-default" data-toggle="tooltip" title="View the list of active filters">
<i class="fa fa-filter"></i>