We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbfff9 commit 9548cf3Copy full SHA for 9548cf3
netbox/dcim/tables/cables.py
@@ -73,4 +73,4 @@ class Meta(BaseTable.Meta):
73
default_columns = (
74
'pk', 'id', 'label', 'termination_a_parent', 'termination_a', 'termination_b_parent', 'termination_b',
75
'status', 'type',
76
- )
+ )
0 commit comments