annotations.editor.html 445 B

12345678910
  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. <div class="gf-form">
  7. <span class="gf-form-label width-13">Show Global Annotations?</span>
  8. <editor-checkbox text="" model="ctrl.annotation.isGlobal"></editor-checkbox>
  9. </div>
  10. </div>