mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
5 lines
396 B
HTML
5 lines
396 B
HTML
<kibana-panel ng-controller='sort' style="white-space: nowrap;">
|
|
<label><small>{{panel.label}}</small></label>
|
|
<select style="width:85%" ng-model="panel.sort[0]" ng-change="set_sort()" ng-options="f for f in fields"></select>
|
|
<i ng-click="toggle_sort()" class="pointer" ng-class="{'icon-chevron-up': panel.sort[1] == 'asc','icon-chevron-down': panel.sort[1] == 'desc'}"></i>
|
|
</kibana-panel> |