forked from p15670423/monkey
Fixed link and removed TODO
This commit is contained in:
parent
d87be71fef
commit
8b3bc7fc2c
|
@ -298,7 +298,7 @@ class RunMonkeyPageComponent extends AuthComponent {
|
||||||
</div>
|
</div>
|
||||||
<div style={{'marginTop': '1em'}}>
|
<div style={{'marginTop': '1em'}}>
|
||||||
<p>
|
<p>
|
||||||
Not sure what this is? Not seeing your AWS EC2 instances? <a href="https://github.com/guardicore/monkey/wiki/Monkey-Island:-Running-the-monkey-on-AWS-EC2-instances}">Read the documentation</a>!
|
Not sure what this is? Not seeing your AWS EC2 instances? <a href="https://github.com/guardicore/monkey/wiki/Monkey-Island:-Running-the-monkey-on-AWS-EC2-instances">Read the documentation</a>!
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -420,7 +420,6 @@ class RunMonkeyPageComponent extends AuthComponent {
|
||||||
{this.generateCmdDiv()}
|
{this.generateCmdDiv()}
|
||||||
</div>
|
</div>
|
||||||
</Collapse>
|
</Collapse>
|
||||||
/* TODO - How to center this component? */
|
|
||||||
{
|
{
|
||||||
this.state.is_loading_aws ?
|
this.state.is_loading_aws ?
|
||||||
<p style={{'marginBottom': '2em', 'align': 'center'}}>
|
<p style={{'marginBottom': '2em', 'align': 'center'}}>
|
||||||
|
|
Loading…
Reference in New Issue