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

Kai Reinhard
06.54.2019 3c111895a8b56a54ae0e5d3296bfbb8fe0bb3715
borgbutler-webapp/src/components/views/archives/ArchiveView.jsx
@@ -3,9 +3,10 @@
import {PageHeader} from '../../general/BootstrapComponents';
import {getRestServiceUrl, humanFileSize, humanSeconds} from '../../../utilities/global';
import ErrorAlert from '../../general/ErrorAlert';
import {IconRefresh} from "../../general/IconComponents";
import classNames from "classnames";
import FileListPanel from "./FileListPanel";
import {IconRefresh} from '../../general/IconComponents';
import classNames from 'classnames';
import FileListPanel from './FileListPanel';
import JobMonitorPanel from '../jobs/JobMonitorPanel';
class ArchiveView extends React.Component {
@@ -62,7 +63,7 @@
        let pageHeader = '';
        if (this.state.isFetching) {
            content = <i>Loading...</i>;
            content = <JobMonitorPanel/>;
        } else if (this.state.failed) {
            content = <ErrorAlert
                title={'Cannot load Repositories'}