mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Changelog for #2666
This commit is contained in:
parent
24d1707693
commit
b8a4316297
@ -1,3 +1,11 @@
|
||||
v2.5.1 (FUTURE)
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
* [#2666](https://github.com/digitalocean/netbox/issues/2666) - Correct display of length unit in cables list
|
||||
|
||||
---
|
||||
|
||||
v2.5.0 (2018-12-10)
|
||||
|
||||
## Notes
|
||||
|
@ -179,7 +179,7 @@ CABLE_TERMINATION_PARENT = """
|
||||
"""
|
||||
|
||||
CABLE_LENGTH = """
|
||||
{% if record.length %}{{ record.length }}{{ record.get_length_unit_display }}{% else %}—{% endif %}
|
||||
{% if record.length %}{{ record.length }} {{ record.get_length_unit_display }}{% else %}—{% endif %}
|
||||
"""
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user