diff --git a/netbox/circuits/tables.py b/netbox/circuits/tables.py index 889792be3ab..ef34fb90808 100644 --- a/netbox/circuits/tables.py +++ b/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(