mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
08.14.2019 a0a4a18fd65353b69bac041dd84dfc4c211a3e15
borgbutler-webapp/src/components/views/jobs/Job.jsx
@@ -1,6 +1,6 @@
import React from 'react';
import {Redirect} from 'react-router-dom';
import {Button, Card, CardBody, Collapse, ListGroupItem, Progress} from 'reactstrap';
import {Button, Card, CardBody, Collapse, ListGroupItem, Progress, Table} from 'reactstrap';
import {IconCancel} from '../../general/IconComponents'
import {getRestServiceUrl} from "../../../utilities/global";
import PropTypes from "prop-types";
@@ -78,7 +78,7 @@
                <Collapse isOpen={this.state.collapse}>
                    <Card>
                        <CardBody>
                            <table>
                            <Table striped bordered hover>
                                <tbody>
                                <tr>
                                    <th>Status</th>
@@ -93,7 +93,7 @@
                                    <td>{environmentVariables}</td>
                                </tr>
                                </tbody>
                            </table>
                            </Table>
                        </CardBody>
                    </Card>
                </Collapse>