mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add tooltip messages to icons in query editor.
This commit is contained in:
parent
6cc7f012d8
commit
fe89c101df
@ -95,6 +95,7 @@
|
||||
<li>
|
||||
<a class="grafana-target-segment"
|
||||
ng-click="target.condition_filter = !target.condition_filter; get_data();"
|
||||
bs-tooltip="'Add a where clause'"
|
||||
role="menuitem">
|
||||
<i class="icon-filter"></i>
|
||||
</a>
|
||||
@ -140,6 +141,7 @@
|
||||
<li>
|
||||
<a class="grafana-target-segment"
|
||||
ng-click="target.groupby_field_add = !target.groupby_field_add; get_data();"
|
||||
bs-tooltip="'Add a group by column'"
|
||||
role="menuitem">
|
||||
<i class="icon-plus"></i>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user