mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48:38 -06:00
Fixes #19487: make CircuitTermination.termination GFK not orderable
This commit is contained in:
parent
0c6726d40f
commit
323173e0e2
@ -120,7 +120,8 @@ class CircuitTerminationTable(NetBoxTable):
|
|||||||
)
|
)
|
||||||
termination = tables.Column(
|
termination = tables.Column(
|
||||||
verbose_name=_('Termination Point'),
|
verbose_name=_('Termination Point'),
|
||||||
linkify=True
|
linkify=True,
|
||||||
|
orderable=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Termination types
|
# Termination types
|
||||||
|
Loading…
Reference in New Issue
Block a user