BANNER_BOTTOM text does not display #4687

Closed
opened 2025-12-29 19:19:31 +01:00 by adam · 4 comments
Owner

Originally created by @crouthamela on GitHub (Mar 20, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v2.10.6

Python version

3.7

Steps to Reproduce

  1. Enter some text into BANNER_BOTTOM in configuration.py
  2. Restart netbox services
  3. 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>
Originally created by @crouthamela on GitHub (Mar 20, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v2.10.6 ### Python version 3.7 ### Steps to Reproduce 1. Enter some text into BANNER_BOTTOM in configuration.py 2. Restart netbox services 3. 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>
adam added the type: bugstatus: accepted labels 2025-12-29 19:19:31 +01:00
adam closed this issue 2025-12-29 19:19:31 +01:00
Author
Owner

@engageant commented on GitHub (Mar 22, 2021):

Any chance you have uBlock Origin installed? I can reproduce this behavior when uBlock is enabled for the site. It works as expected when I turn the plugin off.

@engageant commented on GitHub (Mar 22, 2021): Any chance you have uBlock Origin installed? I can reproduce this behavior when uBlock is enabled for the site. It works as expected when I turn the plugin off.
Author
Owner

@crouthamela commented on GitHub (Mar 22, 2021):

Oh wow, good catch. uBlock didn't show a counter in the icon so I didn't consider it.

It looks like it doesn't like the phrase "banner" in the class. I changed the three code references from "banner-bottom" to "bottom-message" and it now displays correctly with uBlock enabled.

@crouthamela commented on GitHub (Mar 22, 2021): Oh wow, good catch. uBlock didn't show a counter in the icon so I didn't consider it. It looks like it doesn't like the phrase "banner" in the class. I changed the three code references from "banner-bottom" to "bottom-message" and it now displays correctly with uBlock enabled.
Author
Owner

@jeremystretch commented on GitHub (Mar 24, 2021):

Not really a bug, but probably a common enough issue, and a simple fix.

@jeremystretch commented on GitHub (Mar 24, 2021): Not really a bug, but probably a common enough issue, and a simple fix.
Author
Owner

@crouthamela commented on GitHub (Mar 24, 2021):

Not really a bug, but probably a common enough issue, and a simple fix.

Thanks, I understand it isn't really your problem, but ad blockers are so common and seems like an easy workaround.

@crouthamela commented on GitHub (Mar 24, 2021): > Not really a bug, but probably a common enough issue, and a simple fix. Thanks, I understand it isn't really your problem, but ad blockers are so common and seems like an easy workaround.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4687