소스 검색

add new line

Alex Gittings 4 년 전
부모
커밋
9548cf32ff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netbox/dcim/tables/cables.py

+ 1 - 1
netbox/dcim/tables/cables.py

@@ -73,4 +73,4 @@ class CableTable(BaseTable):
         default_columns = (
             'pk', 'id', 'label', 'termination_a_parent', 'termination_a', 'termination_b_parent', 'termination_b',
             'status', 'type',
-        )
+        )