mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(elasticsearch): minor markup fix
This commit is contained in:
parent
b7c0f3ea95
commit
7e9963ae05
@ -2,7 +2,8 @@
|
|||||||
<ul class="tight-form-list">
|
<ul class="tight-form-list">
|
||||||
<li class="tight-form-item query-keyword tight-form-align" style="width: 75px;">
|
<li class="tight-form-item query-keyword tight-form-align" style="width: 75px;">
|
||||||
Metric
|
Metric
|
||||||
<a ng-click="toggleShowMetric()" bs-tooltip="Click to toggle show/hide metric">
|
|
||||||
|
<a ng-click="toggleShowMetric()" bs-tooltip="'Click to toggle show / hide metric'">
|
||||||
<i class="fa fa-eye" ng-hide="agg.hide"></i>
|
<i class="fa fa-eye" ng-hide="agg.hide"></i>
|
||||||
<i class="fa fa-eye-slash" ng-show="agg.hide"></i>
|
<i class="fa fa-eye-slash" ng-show="agg.hide"></i>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user