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

Kai Reinhard
22.30.2019 9905c43d6c23ca89806cd36bc05a0b1ba951d221
borgbutler-webapp/src/containers/WebApp.jsx
@@ -17,7 +17,7 @@
import Footer from '../components/views/footer/Footer';
import {loadVersion} from '../actions';
import {getTranslation} from '../utilities/i18n';
import CreateRepoPage from "../components/views/repos/CreateRepoPage";
import ConfigureRepoPage from "../components/views/repos/ConfigureRepoPage";
class WebApp extends React.Component {
@@ -84,7 +84,7 @@
                            }
                            <Route path={'/repoArchives/:id/:displayName'} component={RepoArchiveListView}/>
                            <Route path={'/archives/:repoId/:archiveId'} component={ArchiveView}/>
                            <Route path={'/repo/new'} component={CreateRepoPage}/>
                            <Route path={'/repo/configure'} component={ConfigureRepoPage}/>
                        </Switch>
                    </div>
                    <Footer versionInfo={this.props.version}/>