Prechádzať zdrojové kódy

Set install_date default value as empty string

Sergio Saucedo 4 rokov pred
rodič
commit
31c58409e1
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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(