From a04f34bb41a546d02548cd31300adc0f5f51bf84 Mon Sep 17 00:00:00 2001 From: Itay Mizeretz Date: Mon, 2 Oct 2017 11:59:48 +0300 Subject: [PATCH] Commented out Useless button --- .../ui/src/components/pages/RunMonkeyPage.js | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js b/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js index 3c20a1d77..d84fe6c1f 100644 --- a/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js +++ b/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js @@ -134,13 +134,18 @@ class RunMonkeyPageComponent extends React.Component { Run on C&C Server { this.renderIconByState(this.state.runningOnIslandState) } - - Download and run locally - { this.renderIconByState(this.state.runningOnClientState) } - + { + // TODO: implement button functionality + /* + + */ + }