diff --git a/netbox/templates/generic/object.html b/netbox/templates/generic/object.html index 437690b3d..e7ef9d97e 100644 --- a/netbox/templates/generic/object.html +++ b/netbox/templates/generic/object.html @@ -55,6 +55,10 @@ Context: {% block subtitle %}
+ {% if object.owner %} + {{ object.owner|linkify }} + · + {% endif %} {% trans "Created" %} {{ object.created|isodatetime:"minutes" }} {% if object.last_updated %} ·