mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-25 14:54:19 +01:00
fixed for not recognized by react
This commit is contained in:
parent
7c2f376138
commit
7d12050fef
@ -358,11 +358,11 @@ var Settings = React.createClass({
|
|||||||
<p>All settings are saved in your browser.</p>
|
<p>All settings are saved in your browser.</p>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="six columns">
|
<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" />
|
<input className="u-full-width" type="text" id="nodeAddress" value={this.state.addr} onChange={this.onChange} placeholder="localhost" />
|
||||||
</div>
|
</div>
|
||||||
<div className="six columns">
|
<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" />
|
<input className="u-full-width" type="text" id="nodePort" value={this.state.port} onChange={this.onChange} placeholder="5001" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user