query.editor.html 563 B

12345678910111213141516
  1. <div class="fluid-row" style="margin-top: 20px">
  2. <div class="span2"></div>
  3. <div class="grafana-info-box span8">
  4. <h5>Test graph</h5>
  5. <p>
  6. This is just a test data source that generates random walk series. If this is your only data source
  7. open the left side menu and navigate to the data sources admin screen and add your data sources (you need to be
  8. logged in to do this). You can change data source using the button to the left of the <strong>Add query</strong> button.
  9. </p>
  10. </div>
  11. <div class="span2"></div>
  12. <div class="clearfix"></div>
  13. </div>