diff --git a/netbox/extras/tables/tables.py b/netbox/extras/tables/tables.py index e89d06c40..404d7ac12 100644 --- a/netbox/extras/tables/tables.py +++ b/netbox/extras/tables/tables.py @@ -632,6 +632,10 @@ class ConfigTemplateTable(NetBoxTable): orderable=False, verbose_name=_('Synced') ) + auto_sync_enabled = columns.BooleanColumn( + verbose_name=_('Auto Sync Enabled'), + orderable=False, + ) mime_type = tables.Column( verbose_name=_('MIME Type') )