Skip to content

Commit

Permalink
Fixes #457: Added role field to rack edit form
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Aug 11, 2016
1 parent 6f12297 commit 219f084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox/templates/dcim/rack_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 219f084

Please sign in to comment.