mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
16 lines
425 B
HTML
16 lines
425 B
HTML
<div class="editor-row">
|
|
<div class="editor-option">
|
|
<label class="small">Graphite target expression</label>
|
|
<input type="text" class="span10" ng-model='currentAnnotation.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='currentAnnotation.tags' placeholder=""></input>
|
|
</div>
|
|
</div>
|
|
|
|
|