mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Fixes #2824: Fix template exception when viewing rack elevations list
This commit is contained in:
parent
f6d18d243e
commit
170900e80f
@ -1,3 +1,11 @@
|
|||||||
|
v2.5.5 (FUTURE)
|
||||||
|
|
||||||
|
## Bug Fixes
|
||||||
|
|
||||||
|
* [#2824](https://github.com/digitalocean/netbox/issues/2824) - Fix template exception when viewing rack elevations list
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
v2.5.4 (2019-01-29)
|
v2.5.4 (2019-01-29)
|
||||||
|
|
||||||
## Enhancements
|
## Enhancements
|
||||||
|
@ -45,7 +45,6 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block javascript %}
|
{% block javascript %}
|
||||||
{% include 'dcim/inc/filter_rack_group.html' %}
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function() {
|
$(function() {
|
||||||
$('[data-toggle="popover"]').popover()
|
$('[data-toggle="popover"]').popover()
|
||||||
|
Loading…
Reference in New Issue
Block a user