Add placeholder text for default telegraf database

pull/587/head
Chris Goller 2016-11-18 16:47:00 -06:00
parent a13c23b60a
commit c061141f96
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ export const SourceForm = React.createClass({
</div>
<div className="form-group col-xs-8 col-xs-offset-2">
<label htmlFor="telegraf">Telegraf database</label>
<input type="text" name="telegraf" ref={(r) => this.sourceTelegraf = r} className="form-control" id="telegraf" onChange={this.onInputChange} value={source.telegraf || ''}></input>
<input type="text" name="telegraf" ref={(r) => this.sourceTelegraf = r} className="form-control" id="telegraf" placeholder="telegraf" onChange={this.onInputChange} value={source.telegraf || ''}></input>
</div>
<div className="form-group col-xs-8 col-xs-offset-2">
<div className="form-control-static">