1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

10 lines
298 B
HTML
Raw Normal View History

2020-11-11 16:58:29 -05:00
{% extends 'generic/object_list.html' %}
2018-06-20 13:52:54 -04:00
{% 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 %}
2018-06-20 13:52:54 -04:00
</div>
{% endblock %}