annotations.editor.html 473 B

12345678910
  1. <div class="gf-form-group">
  2. <div class="gf-form">
  3. <span class="gf-form-label width-14">Graphite target expression</span>
  4. <input type="text" class="gf-form-input max-width-20" ng-model='ctrl.annotation.target' placeholder=""></input>
  5. </div>
  6. <div class="gf-form">
  7. <span class="gf-form-label width-14">Graphite event tags</span>
  8. <input type="text" class="gf-form-input max-width-20" ng-model='ctrl.annotation.tags' placeholder=""></input>
  9. </div>
  10. </div>