Made the doc info in an alert box

This commit is contained in:
Shay Nehmad 2019-04-18 17:44:51 +03:00
parent 6000990dbb
commit 2566249303
1 changed files with 2 additions and 1 deletions

View File

@ -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>