Skip to content

Commit

Permalink
Simplifying the refresh UI
Browse files Browse the repository at this point in the history
  • Loading branch information
grouma committed Dec 16, 2014
1 parent 90aed85 commit 11aa394
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/kibana/plugins/kibana/kibana.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
</li>
<li ng-if="setupComplete" ng-show="timefilter.enabled" class="navbar-timepicker-display">
<a ng-click="toggleTimepicker()">
Refresh: {{timefilter.refreshInterval.display}} - Filter:
{{timefilter.refreshInterval.display}}
&nbsp;
<i class="fa fa-rotate-right"></i>
&nbsp; &nbsp;
<pretty-duration from="timefilter.time.from" to="timefilter.time.to"></pretty-duration>
&nbsp;
<i class="fa fa-clock-o"></i>
Expand Down

0 comments on commit 11aa394

Please sign in to comment.