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

Add MAINTENANCE_MODE, MAPS_URL

This commit is contained in:
jeremystretch
2021-10-26 10:57:33 -04:00
parent 559dc2f865
commit 94804fecd8
7 changed files with 25 additions and 18 deletions

View File

@@ -64,7 +64,7 @@
</div>
{% endif %}
{% if settings.MAINTENANCE_MODE %}
{% if config.MAINTENANCE_MODE %}
<div class="alert alert-warning text-center mx-3" role="alert">
<h4><i class="mdi mdi-alert"></i> Maintenance Mode</h4>
<span>NetBox is currently in maintenance mode. Functionality may be limited.</span>