-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v2.10.6
Python version
3.7
Steps to Reproduce
- Enter some text into BANNER_BOTTOM in configuration.py
- Restart netbox services
- Refresh main NetBox page
Expected Behavior
Banner to appear at bottom of the page with defined text
Observed Behavior
Banner does not appear at bottom of the page with defined text.
The defined text does show in the page source though:
<div class="alert alert-info text-center banner-bottom" role="alert">
Test bottom
</div>
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application