Fixes #19487: make CircuitTermination.termination GFK not orderable

This commit is contained in:
Jason Novinger 2025-05-29 11:11:37 -05:00
parent 0c6726d40f
commit 323173e0e2

View File

@ -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