Răsfoiți Sursa

Set install_date default value as empty string

Sergio Saucedo 4 ani în urmă
părinte
comite
31c58409e1
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      netbox/circuits/tables.py

+ 3 - 0
netbox/circuits/tables.py

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