summaryrefslogtreecommitdiff
path: root/src/pages/App.js
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-22 13:49:17 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:06:07 +0200
commitadba75ab51401ae99039376b4b64449c9a77e18d (patch)
tree0a96e8695c0af2b5cfece8f6541ae06bbdcde864 /src/pages/App.js
parentd628e0ac5162bb1baeb16fcf21b688d37bbff758 (diff)
Expand navbar to full width in-app
Diffstat (limited to 'src/pages/App.js')
-rw-r--r--src/pages/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/App.js b/src/pages/App.js
index 8f46156b..583b9476 100644
--- a/src/pages/App.js
+++ b/src/pages/App.js
@@ -55,7 +55,7 @@ class AppComponent extends React.Component {
title={this.props.simulationName ? this.props.simulationName + " - OpenDC" : "Simulation - OpenDC"}
>
<div className="page-container full-height">
- <AppNavbar simulationId={this.props.simulationId} inSimulation={true}/>
+ <AppNavbar simulationId={this.props.simulationId} inSimulation={true} fullWidth={true}/>
{this.props.datacenterIsLoading ?
<div className="full-height d-flex align-items-center justify-content-center">
<LoadingScreen/>