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.
This commit is contained in:
Xiao Hanyu 2018-01-25 00:55:57 +08:00 committed by Maxime Beauchemin
parent 4bc5fe5495
commit 77d1e5d046
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{% set WARNING_MSG = appbuilder.app.config.get('WARNING_MSG') %}
<div class="navbar navbar-static-top {{menu.extra_classes}}" role="navigation">
<div class="container{{ '-fluid' if not navbar_container else '' }}">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>