diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-08-28 09:47:06 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:46 +0200 |
| commit | b17f1d8cb4815f57a4b7043cc91b867ec3cbc867 (patch) | |
| tree | 4dfdc2a315b5a6df5a61d862c946542355bcd5d9 /src/pages | |
| parent | 378059f684ea27f8bf4302dae0a8977a260807f4 (diff) | |
Add conditional topology sidebar
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/App.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/App.js b/src/pages/App.js index ade2536d..4f973ab7 100644 --- a/src/pages/App.js +++ b/src/pages/App.js @@ -5,6 +5,7 @@ import {openSimulationSucceeded} from "../actions/simulations"; import {fetchLatestDatacenter} from "../actions/topology"; import MapStage from "../components/map/MapStage"; import AppNavbar from "../components/navigation/AppNavbar"; +import TopologySidebar from "../containers/sidebars/TopologySidebar"; class AppContainer extends React.Component { static propTypes = { @@ -22,6 +23,7 @@ class AppContainer extends React.Component { <AppNavbar/> <div className="full-height"> <MapStage/> + <TopologySidebar/> </div> </div> ); |
