diff --git a/templates/joblog.html b/templates/joblog.html index 824dea1..1af69ee 100644 --- a/templates/joblog.html +++ b/templates/joblog.html @@ -66,6 +66,14 @@ {% for log in logs %} {{log.log_date|vicdate}}{{log.log|safe}} {% endfor %} + {% if log_cnt > logs|length %} + + Remaining logs truncated + + + + + {% endif %} @@ -73,7 +81,7 @@ {% endblock main_content %} {% block script_content %}