File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Enhancements
6
6
7
+ * [ #7661 ] ( https://github.com/netbox-community/netbox/issues/7661 ) - Remove forced styling of custom banners
7
8
* [ #7665 ] ( https://github.com/netbox-community/netbox/issues/7665 ) - Add toggle to show only available child prefixes
8
9
* [ #8057 ] ( https://github.com/netbox-community/netbox/issues/8057 ) - Dynamic object tables using HTMX
9
10
* [ #8080 ] ( https://github.com/netbox-community/netbox/issues/8080 ) - Link to NAT IPs for device/VM primary IPs
Original file line number Diff line number Diff line change 59
59
</ nav >
60
60
61
61
{% if config.BANNER_TOP %}
62
- < div class ="alert alert-info text-center mx-3" role =" alert ">
62
+ < div class ="text-center mx-3 ">
63
63
{{ config.BANNER_TOP|safe }}
64
64
</ div >
65
65
{% endif %}
@@ -99,7 +99,7 @@ <h1 class="h2 w-100">{% block title %}{% endblock title %}</h1>
99
99
</ div >
100
100
101
101
{% if config.BANNER_BOTTOM %}
102
- < div class ="alert alert-info text-center mx-3" role =" alert ">
102
+ < div class ="text-center mx-3 ">
103
103
{{ config.BANNER_BOTTOM|safe }}
104
104
</ div >
105
105
{% endif %}
Original file line number Diff line number Diff line change 8
8
9
9
{# Login banner #}
10
10
{% if config.BANNER_LOGIN %}
11
- < div class ="alert alert-secondary mw-90 mw-md-75 mw-lg-80 mw-xl-75 mw-xxl-50" role =" alert ">
11
+ < div class ="mw-90 mw-md-75 mw-lg-80 mw-xl-75 mw-xxl-50 ">
12
12
{{ config.BANNER_LOGIN|safe }}
13
13
</ div >
14
14
{% endif %}
You can’t perform that action at this time.
0 commit comments