소스 검색

Add tooltip messages to icons in query editor.

Clicky 11 년 전
부모
커밋
fe89c101df
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/app/partials/influxdb/editor.html

+ 2 - 0
src/app/partials/influxdb/editor.html

@@ -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>