borgbutler-webapp/src/components/views/archives/ArchiveView.jsx
@@ -63,7 +63,7 @@ let pageHeader = ''; if (this.state.isFetching) { content = <JobMonitorPanel/>; content = <JobMonitorPanel repo={this.state.repoId} />; } else if (this.state.failed) { content = <ErrorAlert title={'Cannot load Repositories'} @@ -101,6 +101,7 @@ <TabContent activeTab={this.state.activeTab}> <TabPane tabId={'1'}> <FileListPanel repoId={this.state.repoId} archiveId={archive.id} archiveShortInfoList={archive.archiveShortInfoList} />