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

Commit

Permalink
Showing the crawler status. A message will be shown if the crawler is…
Browse files Browse the repository at this point in the history
… not running.
  • Loading branch information
soniacq committed Oct 22, 2017
1 parent 45ac546 commit 6a3e70a
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 6a3e70a

Please sign in to comment.