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

Fix VMInterface bulk creation

This commit is contained in:
Jeremy Stretch
2020-06-23 17:28:34 -04:00
parent 603c804535
commit afda46d587
2 changed files with 12 additions and 16 deletions

View File

@@ -22,12 +22,6 @@
<strong>{{ component_type|bettertitle }}</strong>
</div>
<div class="panel-body">
<div class="form-group">
<label class="col-md-3 control-label required">Virtual Machine</label>
<div class="col-md-9">
<p class="form-control-static">{{ parent }}</p>
</div>
</div>
{% render_form form %}
</div>
</div>