Skip to content

Commit 9548cf3

Browse files
committed
add new line
1 parent bdbfff9 commit 9548cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/dcim/tables/cables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ class Meta(BaseTable.Meta):
7373
default_columns = (
7474
'pk', 'id', 'label', 'termination_a_parent', 'termination_a', 'termination_b_parent', 'termination_b',
7575
'status', 'type',
76-
)
76+
)

0 commit comments

Comments
 (0)