Closes #3264: Annotate changelog retention time on UI

This commit is contained in:
Jeremy Stretch
2019-06-20 14:05:53 -04:00
parent 1c54d7ed55
commit dfcd2c247d
3 changed files with 11 additions and 0 deletions
@@ -9,6 +9,11 @@
<div class="row">
<div class="col-md-9">
{% include 'utilities/obj_table.html' %}
{% if settings.CHANGELOG_RETENTION %}
<div class="pull-right text-muted">
Changelog retention: {{ settings.CHANGELOG_RETENTION }} days
</div>
{% endif %}
</div>
<div class="col-md-3 noprint">
{% include 'inc/search_panel.html' %}