1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #5154: Utilize all horizontal space for web UI

This commit is contained in:
Jeremy Stretch
2020-11-10 13:55:53 -05:00
parent 7a61354d8c
commit d03c14d49c
4 changed files with 4 additions and 7 deletions

View File

@@ -31,7 +31,7 @@
</head>
<body>
{% include 'inc/nav_menu.html' %}
<div class="container wrapper">
<div class="container-fluid wrapper">
{% if settings.BANNER_TOP %}
<div class="alert alert-info text-center" role="alert">
{{ settings.BANNER_TOP|safe }}
@@ -61,7 +61,7 @@
{% endif %}
</div>
<footer class="footer">
<div class="container">
<div class="container-fluid">
<div class="row">
<div class="col-xs-4">
<p class="text-muted">{{ settings.HOSTNAME }} (v{{ settings.VERSION }})</p>