| | |
| | | import React from 'react'; |
| | | import {Redirect} from 'react-router-dom'; |
| | | import {Button, Card, CardBody, Collapse, Progress} from 'reactstrap'; |
| | | import {Button, Card, CardBody, Collapse, ListGroupItem, Progress} from 'reactstrap'; |
| | | import {IconCancel} from '../../general/IconComponents' |
| | | import {getRestServiceUrl} from "../../../utilities/global"; |
| | | import PropTypes from "prop-types"; |
| | |
| | | cancelDisabled = true; |
| | | } |
| | | return ( |
| | | <div> |
| | | <ListGroupItem> |
| | | {this.renderRedirect()} |
| | | <Button color="link" onClick={this.toggle}>{job.description}</Button> |
| | | <div>{content} |
| | |
| | | </CardBody> |
| | | </Card> |
| | | </Collapse> |
| | | </div> |
| | | </ListGroupItem> |
| | | ) |
| | | } |
| | | } |