mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat() started work on more feature rich time picker
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
</a>
|
||||
|
||||
<!-- lacy load this -->
|
||||
<ul class="dropdown-menu" ng-if="time_options" >
|
||||
<li bindonce ng-repeat='option in time_options'>
|
||||
<a ng-click="ctrl.setRelativeFilter(option)" bo-text="option.text"></a>
|
||||
<ul class="dropdown-menu" ng-if="timeOptions" >
|
||||
<li bindonce ng-repeat='option in timeOptions'>
|
||||
<a ng-click="ctrl.setRelativeFilter(option)" bo-text="option.display"></a>
|
||||
</li>
|
||||
|
||||
<!-- Auto refresh submenu -->
|
||||
|
||||
Reference in New Issue
Block a user