annotations.editor.html 425 B

123456789101112131415
  1. <div class="editor-row">
  2. <div class="editor-option">
  3. <label class="small">Graphite target expression</label>
  4. <input type="text" class="span10" ng-model='currentAnnotation.target' placeholder=""></input>
  5. </div>
  6. </div>
  7. <div class="editor-row">
  8. <div class="editor-option">
  9. <label class="small">Graphite event tags</label>
  10. <input type="text" ng-model='currentAnnotation.tags' placeholder=""></input>
  11. </div>
  12. </div>