Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:ViDA-NYU/domain_discovery_tool_react
Browse files Browse the repository at this point in the history
  • Loading branch information
yamsgithub committed Oct 23, 2017
2 parents 9c5a286 + 6a3e70a commit 3d0c200
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/components/DeepCrawling.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,12 @@ class DeepCrawling extends Component {
</Table>
</CardText>
</Card>
<Row>

{
this.state.disabledStartCrawler ? <span style={{marginLeft:'15px', marginTop:2}}> <b>Status: </b> Crawler is running.</span> : <span style={{marginLeft:'15px', marginTop:2}}> <b>Status: </b> Crawler is NOT running.</span>
}
</Row>
<Row>
<Col xs={4} md={4} style={{marginLeft:'0px'}}>
<RaisedButton
Expand Down

0 comments on commit 3d0c200

Please sign in to comment.