annotations.editor.html 543 B

12345678910111213
  1. <div class="gf-form-group">
  2. <div class="gf-form">
  3. <span class="gf-form-label width-12">Graphite query</span>
  4. <input type="text" class="gf-form-input" ng-model='ctrl.annotation.target' placeholder="Example: statsd.application.counters.*.count"></input>
  5. </div>
  6. <h5 class="section-heading">Or</h5>
  7. <div class="gf-form">
  8. <span class="gf-form-label width-12">Graphite events tags</span>
  9. <input type="text" class="gf-form-input" ng-model='ctrl.annotation.tags' placeholder="Example: event_tag_name"></input>
  10. </div>
  11. </div>