annotations.editor.html 449 B

12345678910
  1. <div class="gf-form-group">
  2. <div class="gf-form">
  3. <span class="gf-form-label width-13">Graphite metrics query</span>
  4. <input type="text" class="gf-form-input" ng-model='ctrl.annotation.target' placeholder=""></input>
  5. </div>
  6. <div class="gf-form">
  7. <span class="gf-form-label width-13">Or Graphite events query</span>
  8. <input type="text" class="gf-form-input" ng-model='ctrl.annotation.tags' placeholder=""></input>
  9. </div>
  10. </div>