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

Fixes #734: Corrected display of device type when editing a device

This commit is contained in:
Jeremy Stretch
2016-12-08 09:59:21 -05:00
parent 3a6d7a1f7f
commit d5095362d7
11 changed files with 31 additions and 15 deletions

View File

@@ -13,7 +13,7 @@
<table class="table table-hover panel-body">
<tr>
<td>Model</td>
<td>{{ device.device_type }}</td>
<td>{{ device.device_type.full_name }}</td>
</tr>
<tr>
<td>Serial Number</td>