config.html 559 B

12345678910111213141516
  1. <div class="gf-form-group">
  2. <h4>Shared Data:</h4>
  3. <span>Enter CSV</span>
  4. <csv-input
  5. data="ctrl.current.jsonData.data"
  6. onParsed="ctrl.onParsed"
  7. ></csv-input>
  8. </div>
  9. <div class="grafana-info-box">
  10. This data is stored in the datasource json and is returned to every user
  11. in the initial request for any datasource. This is an appropriate place
  12. to enter a few values. Large datasets will perform better in other datasources.
  13. <br/><br/>
  14. <b>NOTE:</b> Changes to this data will only be reflected after a browser refresh.
  15. </div>