mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 05:21:55 -06:00
Improved maintenance mode message
This commit is contained in:
parent
5bffa4893b
commit
5935a8843e
@ -219,7 +219,7 @@
|
|||||||
{% if settings.MAINTENANCE_MODE %}
|
{% if settings.MAINTENANCE_MODE %}
|
||||||
<div class="alert alert-warning text-center" role="alert">
|
<div class="alert alert-warning text-center" role="alert">
|
||||||
<h4><i class="fa fa-exclamation-triangle"></i> Maintenance Mode</h4>
|
<h4><i class="fa fa-exclamation-triangle"></i> Maintenance Mode</h4>
|
||||||
<p>The application is currently in maintenance mode.</p>
|
<p>NetBox is currently in maintenance mode. Functionality may be limited.</p>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for message in messages %}
|
{% for message in messages %}
|
||||||
|
Loading…
Reference in New Issue
Block a user