浏览代码

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',
-        )
+        )