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

Kai Reinhard
16.55.2018 285e777052a1ee995cf56b9dc7a5e1e6d796a352
borgbutler-webapp/src/components/views/archives/ArchiveView.jsx
@@ -5,7 +5,7 @@
import ErrorAlert from '../../general/ErrorAlert';
import {IconRefresh} from "../../general/IconComponents";
import classNames from "classnames";
import FileListTable from "./FileListTable";
import FileListPanel from "./FileListPanel";
class ArchiveView extends React.Component {
@@ -175,8 +175,8 @@
                        </Table>
                    </TabPane>
                    <TabPane tabId={'2'}>
                        <FileListTable
                            entries={this.props.entries}
                        <FileListPanel
                            archiveId={archive.id}
                        />
                    </TabPane>
                </TabContent>