mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 00:37:04 -06:00
11 lines
445 B
HTML
11 lines
445 B
HTML
<div class="gf-form-group">
|
|
<div class="gf-form">
|
|
<span class="gf-form-label width-13">OpenTSDB metrics query</span>
|
|
<input type="text" class="gf-form-input" ng-model='ctrl.annotation.target' placeholder="events.eventname"></input>
|
|
</div>
|
|
<div class="gf-form">
|
|
<span class="gf-form-label width-13">Show Global Annotations?</span>
|
|
<editor-checkbox text="" model="ctrl.annotation.isGlobal"></editor-checkbox>
|
|
</div>
|
|
</div>
|