where
This commit is contained in:
parent
27be13b48a
commit
fc8449a2d5
|
@ -173,7 +173,7 @@ class RunMonkeyPageComponent extends React.Component {
|
||||||
<Collapse in={this.state.showManual}>
|
<Collapse in={this.state.showManual}>
|
||||||
<div style={{'marginBottom': '2em'}}>
|
<div style={{'marginBottom': '2em'}}>
|
||||||
<p style={{'fontSize': '1.2em'}}>
|
<p style={{'fontSize': '1.2em'}}>
|
||||||
Choose the operating system you want to run the monkey on
|
Choose the operating system where you want to run the monkey
|
||||||
{this.state.ips.length > 1 ? ', and the interface to communicate with.' : '.'}
|
{this.state.ips.length > 1 ? ', and the interface to communicate with.' : '.'}
|
||||||
</p>
|
</p>
|
||||||
<Nav bsStyle="pills" justified activeKey={this.state.selectedOs} onSelect={this.setSelectedOs}>
|
<Nav bsStyle="pills" justified activeKey={this.state.selectedOs} onSelect={this.setSelectedOs}>
|
||||||
|
|
Loading…
Reference in New Issue