mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
50e2f7e366
* fixing checkboxes * deleted old file, fixed checkboxes * minor change
8 lines
428 B
HTML
8 lines
428 B
HTML
<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>
|