From 8e04cf215faa4b92ecf73cbc9d7ea85c7bbd0dd2 Mon Sep 17 00:00:00 2001 From: Shay Nehmad Date: Wed, 1 Apr 2020 15:33:27 +0300 Subject: [PATCH 01/75] bump duckerfile version --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 2d0d0b55b..aec69fd32 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ FROM debian:stretch-slim LABEL MAINTAINER="theonlydoo " -ARG RELEASE=1.6 +ARG RELEASE=1.8.0 ARG DEBIAN_FRONTEND=noninteractive EXPOSE 5000 From 347f63d09fca5618befa39a52faf329525fc04ac Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Wed, 8 Apr 2020 18:17:43 +0300 Subject: [PATCH 02/75] 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.' : '.'}

-