From 347f63d09fca5618befa39a52faf329525fc04ac Mon Sep 17 00:00:00 2001
From: VakarisZ
Date: Wed, 8 Apr 2020 18:17:43 +0300
Subject: [PATCH] UI remote monkey run button fix
---
.../cc/ui/src/components/pages/RunMonkeyPage.js | 4 +++-
monkey/monkey_island/cc/ui/src/styles/MonkeyRunPage.scss | 5 +++++
2 files changed, 8 insertions(+), 1 deletion(-)
create mode 100644 monkey/monkey_island/cc/ui/src/styles/MonkeyRunPage.scss
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 17dcc9be7..527a9b8f3 100644
--- a/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js
+++ b/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js
@@ -11,6 +11,8 @@ import {Link} from 'react-router-dom';
import AuthComponent from '../AuthComponent';
import AwsRunTable from '../run-monkey/AwsRunTable';
+import '../../styles/MonkeyRunPage.scss';
+
const loading_css_override = css`
display: block;
margin-right: auto;
@@ -325,7 +327,7 @@ class RunMonkeyPageComponent extends AuthComponent {
Choose the operating system where you want to run the monkey
{this.state.ips.length > 1 ? ', and the interface to communicate with.' : '.'}
-