mirror of https://github.com/grafana/grafana
pull/379/head
parent
b5d378c425
commit
171c5aa50c
@ -0,0 +1,15 @@ |
||||
<div class="editor-row"> |
||||
<div class="editor-option"> |
||||
<label class="small">Graphite target expression</label> |
||||
<input type="text" class="span10" ng-model='currentAnnnotation.target' placeholder=""></input> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="editor-row"> |
||||
<div class="editor-option"> |
||||
<label class="small">Graphite event tags</label> |
||||
<input type="text" ng-model='currentAnnnotation.tags' placeholder=""></input> |
||||
</div> |
||||
</div> |
||||
|
||||
|
@ -0,0 +1,7 @@ |
||||
<div class="editor-row"> |
||||
<div class="editor-option"> |
||||
<label class="small">InfluxDB query</label> |
||||
<input type="text" class="span10" ng-model='currentAnnnotation.query' placeholder=""></input> |
||||
</div> |
||||
</div> |
||||
|
Loading…
Reference in new issue