forked from p15670423/monkey
Commented out Useless button
This commit is contained in:
parent
fd85bfb044
commit
a04f34bb41
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue