forked from p15670423/monkey
Rephrase content on start over page
This commit is contained in:
parent
49bd27a799
commit
c260508ca1
|
@ -71,11 +71,8 @@ class StartOverPageComponent extends React.Component {
|
||||||
<h1 className="page-title">Start Over</h1>
|
<h1 className="page-title">Start Over</h1>
|
||||||
<div style={{'fontSize': '1.2em'}}>
|
<div style={{'fontSize': '1.2em'}}>
|
||||||
<p>
|
<p>
|
||||||
In order to reset the entire environment, all monkeys will be ordered to kill themselves
|
If you are finished and want to start over with a fresh configuration, erase the logs and clear the map
|
||||||
and the database will be cleaned up.
|
you can go ahead and
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
After that you could go back to the <Link to="/run-monkey">Run Monkey</Link> page to start new infections.
|
|
||||||
</p>
|
</p>
|
||||||
<p style={{margin: '20px'}}>
|
<p style={{margin: '20px'}}>
|
||||||
<button className="btn btn-danger btn-lg center-block"
|
<button className="btn btn-danger btn-lg center-block"
|
||||||
|
@ -83,11 +80,12 @@ class StartOverPageComponent extends React.Component {
|
||||||
this.setState({showCleanDialog: true});
|
this.setState({showCleanDialog: true});
|
||||||
this.updateMonkeysRunning();}
|
this.updateMonkeysRunning();}
|
||||||
}>
|
}>
|
||||||
Reset Environment
|
Reset the Environment
|
||||||
</button>
|
</button>
|
||||||
</p>
|
</p>
|
||||||
<div className="alert alert-info">
|
<div className="alert alert-info">
|
||||||
<i className="glyphicon glyphicon-info-sign" style={{'marginRight': '5px'}}/>
|
<i className="glyphicon glyphicon-info-sign" style={{'marginRight': '5px'}}/>
|
||||||
|
You don't have to reset the environment to keep running monkeys.
|
||||||
You can continue and <Link to="/run-monkey">Run More Monkeys</Link> as you wish,
|
You can continue and <Link to="/run-monkey">Run More Monkeys</Link> as you wish,
|
||||||
and see the results on the <Link to="/infection/map">Infection Map</Link> without deleting anything.
|
and see the results on the <Link to="/infection/map">Infection Map</Link> without deleting anything.
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue