forked from p15670423/monkey
Made the doc info in an alert box
This commit is contained in:
parent
6000990dbb
commit
2566249303
|
@ -313,7 +313,8 @@ class RunMonkeyPageComponent extends AuthComponent {
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div style={{'marginTop': '1em'}}>
|
<div style={{'marginTop': '1em'}}>
|
||||||
<p>
|
<p className="alert alert-info">
|
||||||
|
<i className="glyphicon glyphicon-info-sign" style={{'marginRight': '5px'}}/>
|
||||||
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>
|
||||||
|
|
Loading…
Reference in New Issue