mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #5757: Add unique identifier to every object view
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
Created {{ object.created }} ·
|
||||
Updated <span title="{{ object.last_updated }}">{{ object.last_updated|timesince }}</span> ago
|
||||
</small>
|
||||
<span class="label label-default">{{ object|meta:"app_label" }}.{{ object|meta:"model_name" }}:{{ object.pk }}</span>
|
||||
</p>
|
||||
<div class="pull-right noprint">
|
||||
{% block tab_buttons %}
|
||||
|
Reference in New Issue
Block a user