Explorar el Código

Fixes #2824: Fix template exception when viewing rack elevations list

Jeremy Stretch hace 7 años
padre
commit
170900e80f
Se han modificado 2 ficheros con 8 adiciones y 1 borrados
  1. 8 0
      CHANGELOG.md
  2. 0 1
      netbox/templates/dcim/rack_elevation_list.html

+ 8 - 0
CHANGELOG.md

@@ -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)
 
 ## Enhancements

+ 0 - 1
netbox/templates/dcim/rack_elevation_list.html

@@ -45,7 +45,6 @@
 {% endblock %}
 
 {% block javascript %}
-    {% include 'dcim/inc/filter_rack_group.html' %}
     <script type="text/javascript">
     $(function() {
         $('[data-toggle="popover"]').popover()