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