Commented out Useless button

This commit is contained in:
Itay Mizeretz 2017-10-02 11:59:48 +03:00
parent fd85bfb044
commit a04f34bb41
1 changed files with 12 additions and 7 deletions

View File

@ -134,13 +134,18 @@ class RunMonkeyPageComponent extends React.Component {
Run on C&C Server Run on C&C Server
{ this.renderIconByState(this.state.runningOnIslandState) } { this.renderIconByState(this.state.runningOnIslandState) }
</button> </button>
<a {
className="btn btn-default" // TODO: implement button functionality
disabled={this.state.runningOnClientState !== 'not_running'} /*
style={{'marginLeft': '1em'}}> <button
Download and run locally className="btn btn-default"
{ this.renderIconByState(this.state.runningOnClientState) } disabled={this.state.runningOnClientState !== 'not_running'}
</a> style={{'marginLeft': '1em'}}>
Download and run locally
{ this.renderIconByState(this.state.runningOnClientState) }
</button>
*/
}
</p> </p>
<div className="run-monkey-snippets" style={{'marginBottom': '3em'}}> <div className="run-monkey-snippets" style={{'marginBottom': '3em'}}>
<p> <p>