mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
11 lines
449 B
HTML
11 lines
449 B
HTML
<div class="gf-form-group">
|
|
<div class="gf-form">
|
|
<span class="gf-form-label width-13">Graphite metrics query</span>
|
|
<input type="text" class="gf-form-input" ng-model='ctrl.annotation.target' placeholder=""></input>
|
|
</div>
|
|
<div class="gf-form">
|
|
<span class="gf-form-label width-13">Or Graphite events query</span>
|
|
<input type="text" class="gf-form-input" ng-model='ctrl.annotation.tags' placeholder=""></input>
|
|
</div>
|
|
</div>
|