1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #5048: Show the device/VM name when editing a component

This commit is contained in:
Jeremy Stretch
2020-09-04 15:10:34 -04:00
parent 78d104e60c
commit f1877fcea9
7 changed files with 63 additions and 2 deletions

View File

@@ -31,7 +31,9 @@
<div class="panel panel-default">
<div class="panel-heading"><strong>{{ obj_type|capfirst }}</strong></div>
<div class="panel-body">
{% render_form form %}
{% block form_fields %}
{% render_form form %}
{% endblock %}
</div>
</div>
{% endblock %}