mirror of https://github.com/grafana/grafana
Merge pull request #4296 from knowroozi/opentsdb_annotations
add annotations for opentsdbpull/4318/head
commit
ac439d83fe
@ -0,0 +1,10 @@ |
||||
<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> |
Loading…
Reference in new issue