mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 11:37:21 -06:00
Set install_date default value as empty string
This commit is contained in:
parent
69eb6b11d0
commit
31c58409e1
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user