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

Kai Reinhard
06.54.2019 3c111895a8b56a54ae0e5d3296bfbb8fe0bb3715
borgbutler-webapp/src/components/views/repos/RepoArchiveListView.jsx
@@ -5,7 +5,8 @@
import {PageHeader} from '../../general/BootstrapComponents';
import {getRestServiceUrl, humanFileSize} from '../../../utilities/global';
import ErrorAlert from '../../general/ErrorAlert';
import {IconCheck, IconRefresh} from "../../general/IconComponents";
import {IconCheck, IconRefresh} from '../../general/IconComponents';
import JobMonitorPanel from '../jobs/JobMonitorPanel';
class RepoArchiveListView extends React.Component {
@@ -64,7 +65,7 @@
        let pageHeader = '';
        if (this.state.isFetching) {
            content = <i>Loading...</i>;
            content = <JobMonitorPanel />;
        } else if (this.state.failed) {
            content = <ErrorAlert
                title={'Cannot load Repositories'}