|
@@ -158,9 +158,7 @@
|
|
|
</tr>
|
|
</tr>
|
|
|
</table>
|
|
</table>
|
|
|
</div>
|
|
</div>
|
|
|
- {% with devicetype.get_custom_fields as custom_fields %}
|
|
|
|
|
- {% include 'inc/custom_fields_panel.html' %}
|
|
|
|
|
- {% endwith %}
|
|
|
|
|
|
|
+ {% include 'inc/custom_fields_panel.html' with custom_fields=devicetype.get_custom_fields %}
|
|
|
{% include 'extras/inc/tags_panel.html' with tags=devicetype.tags.all url='dcim:devicetype_list' %}
|
|
{% include 'extras/inc/tags_panel.html' with tags=devicetype.tags.all url='dcim:devicetype_list' %}
|
|
|
<div class="panel panel-default">
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading">
|
|
<div class="panel-heading">
|