config.html 695 B

1234567891011121314151617181920
  1. <datasource-http-settings
  2. current="ctrl.current"
  3. suggest-url="http://localhost:8080">
  4. </datasource-http-settings>
  5. <h3 class="page-heading">Graphite details</h3>
  6. <div class="gf-form-group">
  7. <div class="gf-form">
  8. <span class="gf-form-label width-8">
  9. Version
  10. <info-popover mode="right-normal" position="top center">
  11. This option controls what functions are available in the Graphite query editor.
  12. </info-popover>
  13. </span>
  14. <span class="gf-form-select-wrapper">
  15. <select class="gf-form-input gf-size-auto" ng-model="ctrl.current.jsonData.graphiteVersion" ng-options="f.value as f.name for f in ctrl.graphiteVersions"></select>
  16. </span>
  17. </div>
  18. </div>