From beb3c468789f82c8378e5a42f2a39b4f07a1e8ac Mon Sep 17 00:00:00 2001 From: Xiao Hanyu Date: Thu, 25 Jan 2018 00:55:57 +0800 Subject: [PATCH] Always use fluid container for navbar. (#4279) As in https://github.com/apache/incubator-superset/pull/4147 removes the final non fluid container navbar, I think there's no need to keep this line of code. Just use navbar with fluid container, always. --- superset/templates/appbuilder/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/templates/appbuilder/navbar.html b/superset/templates/appbuilder/navbar.html index 2a6b65bf2452..27f2fee63404 100644 --- a/superset/templates/appbuilder/navbar.html +++ b/superset/templates/appbuilder/navbar.html @@ -3,7 +3,7 @@ {% set WARNING_MSG = appbuilder.app.config.get('WARNING_MSG') %}