annotations.editor.html 428 B

1234567
  1. <div class="gf-form-group">
  2. <div class="gf-form">
  3. <span class="gf-form-label width-13">OpenTSDB metrics query</span>
  4. <input type="text" class="gf-form-input" ng-model='ctrl.annotation.target' placeholder="events.eventname"></input>
  5. </div>
  6. <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>
  7. </div>