From dac7276188b01951a09df162dc713ce819811111 Mon Sep 17 00:00:00 2001 From: Shay Nehmad Date: Thu, 18 Apr 2019 17:54:41 +0300 Subject: [PATCH] Added warning sign to warning box --- monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js b/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js index fab571cd5..f4cceb27f 100644 --- a/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js +++ b/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js @@ -475,6 +475,7 @@ class RunMonkeyPageComponent extends AuthComponent { this.state.isErrorWhileCollectingAwsMachines ?

+ Error while collecting AWS machine data. Error message: {this.state.awsMachineCollectionErrorMsg}
Are you sure you've set the correct role on your Island AWS machine?
Not sure what this is? Read the documentation!