mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Closes #10066: Use fixed column widths for custom field values in UI
This commit is contained in:
parent
c14a5973c7
commit
2ef9e2d6fc
@ -5,6 +5,7 @@
|
||||
### Enhancements
|
||||
|
||||
* [#10061](https://github.com/netbox-community/netbox/issues/10061) - Replicate type when cloning L2VPN instances
|
||||
* [#10066](https://github.com/netbox-community/netbox/issues/10066) - Use fixed column widths for custom field values in UI
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
@ -12,9 +12,9 @@
|
||||
<table class="table table-hover attr-table">
|
||||
{% for field, value in fields.items %}
|
||||
<tr>
|
||||
<td>
|
||||
<th scope="row">
|
||||
<span title="{{ field.description|escape }}">{{ field }}</span>
|
||||
</td>
|
||||
</th>
|
||||
<td>
|
||||
{% customfield_value field value %}
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user