mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Closes #5757: Add unique identifier to every object view
This commit is contained in:
parent
46e144f647
commit
d427e0522e
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
### Enhancements (from Beta)
|
### Enhancements (from Beta)
|
||||||
|
|
||||||
|
* [#5757](https://github.com/netbox-community/netbox/issues/5757) - Add unique identifier to every object view
|
||||||
* [#5848](https://github.com/netbox-community/netbox/issues/5848) - Filter custom fields by content type in format `<app_label>.<model>`
|
* [#5848](https://github.com/netbox-community/netbox/issues/5848) - Filter custom fields by content type in format `<app_label>.<model>`
|
||||||
* [#6088](https://github.com/netbox-community/netbox/issues/6088) - Improved table configuration form
|
* [#6088](https://github.com/netbox-community/netbox/issues/6088) - Improved table configuration form
|
||||||
* [#6097](https://github.com/netbox-community/netbox/issues/6097) - Redirect old slug-based object views
|
* [#6097](https://github.com/netbox-community/netbox/issues/6097) - Redirect old slug-based object views
|
||||||
|
@ -45,6 +45,7 @@
|
|||||||
Created {{ object.created }} ·
|
Created {{ object.created }} ·
|
||||||
Updated <span title="{{ object.last_updated }}">{{ object.last_updated|timesince }}</span> ago
|
Updated <span title="{{ object.last_updated }}">{{ object.last_updated|timesince }}</span> ago
|
||||||
</small>
|
</small>
|
||||||
|
<span class="label label-default">{{ object|meta:"app_label" }}.{{ object|meta:"model_name" }}:{{ object.pk }}</span>
|
||||||
</p>
|
</p>
|
||||||
<div class="pull-right noprint">
|
<div class="pull-right noprint">
|
||||||
{% block tab_buttons %}
|
{% block tab_buttons %}
|
||||||
|
Loading…
Reference in New Issue
Block a user