Преглед на файлове

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(