1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-10 12:24:20 +01:00

fixed for not recognized by react

This commit is contained in:
Enrico Fasoli 2015-11-19 17:37:50 +01:00
parent 7c2f376138
commit 7d12050fef

View File

@ -358,11 +358,11 @@ var Settings = React.createClass({
<p>All settings are saved in your browser.</p>
<div className="row">
<div className="six columns">
<label for="nodeAddress">IPFS Node</label>
<label htmlFor="nodeAddress">IPFS Node</label>
<input className="u-full-width" type="text" id="nodeAddress" value={this.state.addr} onChange={this.onChange} placeholder="localhost" />
</div>
<div className="six columns">
<label for="nodePort">API Port</label>
<label htmlFor="nodePort">API Port</label>
<input className="u-full-width" type="text" id="nodePort" value={this.state.port} onChange={this.onChange} placeholder="5001" />
</div>
</div>