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 + /* + + */ + }