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

Kai Reinhard
16.02.2018 c778a74d01812135b9e40316e14b587790b3fa7d
load button.
1 files modified
3 ■■■■ changed files
borgbutler-webapp/src/components/views/archives/FileListPanel.jsx 3 ●●●● patch | view | raw | blame | history
borgbutler-webapp/src/components/views/archives/FileListPanel.jsx
@@ -1,4 +1,5 @@
import React from 'react'
import {Button} from 'reactstrap';
import {getRestServiceUrl} from '../../../utilities/global';
import ErrorAlert from '../../general/ErrorAlert';
import FileListTable from "./FileListTable";
@@ -65,7 +66,7 @@
                </React.Fragment>;
            } else {
                content = <React.Fragment>
                    Not yet loaded.
                    <Button outline color="primary" onClick={() => this.fetchArchiveFileList(true)}>Load file list from borg backup server</Button>
                </React.Fragment>;
            }
        }