Skip to content

Commit

Permalink
Add example of influxdb url
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaugo committed Oct 6, 2017
1 parent f23351c commit f13a011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/sources/components/SourceForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class SourceForm extends Component {
ref={r => (this.sourceURL = r)}
className="form-control"
id="connect-string"
placeholder="Address of InfluxDB"
placeholder="Address of InfluxDB (e.g. http://localhost:8086)"
onChange={onInputChange}
value={source.url || ''}
onBlur={this.handleBlurSourceURL}
Expand Down

0 comments on commit f13a011

Please sign in to comment.