forked from p15670423/monkey
Added text to the missing-binaries modal
This commit is contained in:
parent
a4d4f629e0
commit
02bdf4bb11
|
@ -34,8 +34,8 @@ class MissingBinariesModal extends React.PureComponent {
|
||||||
<p className="alert alert-warning">
|
<p className="alert alert-warning">
|
||||||
<i className="glyphicon glyphicon-info-sign" style={{'marginRight': '5px'}}/>
|
<i className="glyphicon glyphicon-info-sign" style={{'marginRight': '5px'}}/>
|
||||||
Some Monkey binaries are not found where they should be...<br/>
|
Some Monkey binaries are not found where they should be...<br/>
|
||||||
Try downloading them from <a href="https://github.com/guardicore/monkey/releases/latest" target="blank">here</a>,
|
You can download the files from <a href="https://github.com/guardicore/monkey/releases/latest" target="blank">here</a>,
|
||||||
at the bottommost section titled "Assets".
|
at the bottommost section titled "Assets", and place them under the directory <i>monkey/monkey_island/cc/binaries</i>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
Loading…
Reference in New Issue