mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
10 lines
297 B
HTML
10 lines
297 B
HTML
{% extends 'utilities/obj_list.html' %}
|
|
|
|
{% block title %}Change Log{% endblock %}
|
|
|
|
{% block sidebar %}
|
|
<div class="text-muted">
|
|
Change log retention: {% if settings.CHANGELOG_RETENTION %}{{ settings.CHANGELOG_RETENTION }} days{% else %}Indefinite{% endif %}
|
|
</div>
|
|
{% endblock %}
|