forked from p15670423/monkey
Added warning sign to warning box
This commit is contained in:
parent
2566249303
commit
dac7276188
|
@ -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>!
|
||||||
|
|
Loading…
Reference in New Issue