mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-24 01:38:47 +02:00
Merge branch 'develop' into feature
This commit is contained in:
@@ -34,11 +34,11 @@
|
||||
<td>{{ object.description|placeholder }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{% trans "Height (U" %})</th>
|
||||
<th scope="row">{% trans "Height (U)" %}</th>
|
||||
<td>{{ object.u_height|floatformat }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{% trans "Exclude From Utilization" %})</th>
|
||||
<th scope="row">{% trans "Exclude From Utilization" %}</th>
|
||||
<td>{% checkmark object.exclude_from_utilization %}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user