From adba75ab51401ae99039376b4b64449c9a77e18d Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 22 Sep 2017 13:49:17 +0200 Subject: Expand navbar to full width in-app --- src/pages/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/App.js') 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"} >
- + {this.props.datacenterIsLoading ?
-- cgit v1.2.3