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

@@ -2,7 +2,7 @@
{% load helpers %}
{% load form_helpers %}
{% block title %}Create {{ component_type }} ({{ parent }}){% endblock %}
{% block title %}Create {{ component_type }}{% endblock %}
{% block content %}
<form action="" method="post" class="form form-horizontal">