diff --git a/netbox/dcim/tables.py b/netbox/dcim/tables.py index 9773be9dc..42c6a39bf 100644 --- a/netbox/dcim/tables.py +++ b/netbox/dcim/tables.py @@ -12,11 +12,11 @@ from .models import ( REGION_LINK = """ {% if record.get_children %} - + {% else %} {% endif %} - {{ record.name }} + {{ record.name }} """