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 e94bd8cf6..10a446787 100644 --- a/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js +++ b/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js @@ -1,7 +1,7 @@ import React from 'react'; import {Button, Col, Well, Nav, NavItem, Collapse, Form, FormControl, FormGroup} from 'react-bootstrap'; import CopyToClipboard from 'react-copy-to-clipboard'; -import ClipLoader from 'react-spinners/ClipLoader'; +import GridLoader from 'react-spinners/GridLoader'; import {Icon} from 'react-fa'; import {Link} from 'react-router-dom'; @@ -417,14 +417,17 @@ class RunMonkeyPageComponent extends AuthComponent { { this.state.is_loading_aws ? -
- -
: null +

+

+ +
+

+ : null } { this.state.isOnAws ?