Explorar el Código

Fixes #457: Added role field to rack edit form

Jeremy Stretch hace 9 años
padre
commit
219f084805
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      netbox/templates/dcim/rack_edit.html

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

@@ -10,6 +10,7 @@
             {% render_field form.name %}
             {% render_field form.facility_id %}
             {% render_field form.tenant %}
+            {% render_field form.role %}
             {% render_field form.type %}
             {% render_field form.width %}
             {% render_field form.u_height %}