소스 검색

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(