Update netbox/templates/dcim/device.html

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
Abhimanyu Saharan 2023-05-05 12:26:08 -07:00 committed by GitHub
parent 803809f260
commit 3a4234c28d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -307,7 +307,7 @@
<tr> <tr>
<th scope="row">Height</th> <th scope="row">Height</th>
<td> <td>
{{ object.device_type.u_height }}U ({% if object.desc_units %}descending{% else %}ascending{% endif %}) {{ object.device_type.u_height }}U
</td> </td>
</tr> </tr>
<tr> <tr>