Added warning sign to warning box

This commit is contained in:
Shay Nehmad 2019-04-18 17:54:41 +03:00
parent 2566249303
commit dac7276188
1 changed files with 1 additions and 0 deletions

View File

@ -475,6 +475,7 @@ class RunMonkeyPageComponent extends AuthComponent {
this.state.isErrorWhileCollectingAwsMachines ? this.state.isErrorWhileCollectingAwsMachines ?
<div style={{'marginTop': '1em'}}> <div style={{'marginTop': '1em'}}>
<p class="alert alert-warning"> <p class="alert alert-warning">
<i className="glyphicon glyphicon-warning-sign" style={{'marginRight': '5px'}}/>
Error while collecting AWS machine data. Error message: <code>{this.state.awsMachineCollectionErrorMsg}</code><br/> Error while collecting AWS machine data. Error message: <code>{this.state.awsMachineCollectionErrorMsg}</code><br/>
Are you sure you've set the correct role on your Island AWS machine?<br/> Are you sure you've set the correct role on your Island AWS machine?<br/>
Not sure what this is? <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? <a href="https://github.com/guardicore/monkey/wiki/Monkey-Island:-Running-the-monkey-on-AWS-EC2-instances">Read the documentation</a>!