forked from grafana.jool/grafana-jool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
428 B
7 lines
428 B
<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>
|
|
<gf-form-switch class="gf-form" label="Show Global Annotations?" checked="ctrl.annotation.isGlobal" switch-class="max-width-6" label-class="width-13"></gf-form-switch>
|
|
</div>
|
|
|