瀏覽代碼

Set install_date default value as empty string

Sergio Saucedo 4 年之前
父節點
當前提交
31c58409e1
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      netbox/circuits/tables.py

+ 3 - 0
netbox/circuits/tables.py

@@ -140,6 +140,9 @@ class CircuitTable(BaseTable):
         template_code=CIRCUITTERMINATION_LINK,
         verbose_name='Side Z'
     )
+    install_date = tables.DateColumn(
+        default=''
+    )
     commit_rate = CommitRateColumn()
     comments = MarkdownColumn()
     tags = TagColumn(