From: Michael Tremer Date: Sun, 30 Apr 2023 14:19:03 +0000 (+0000) Subject: builds: Only show events of priority 4 and up X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2df775a879d1427e8dfbaeebf370225034d4cb79;p=pbs.git builds: Only show events of priority 4 and up Signed-off-by: Michael Tremer --- diff --git a/src/templates/builds/show.html b/src/templates/builds/show.html index ca81f227..e54075bb 100644 --- a/src/templates/builds/show.html +++ b/src/templates/builds/show.html @@ -217,7 +217,7 @@
{{ _("Log") }}
- {% module EventsList(build=build, show_build=False) %} + {% module EventsList(priority=4, build=build, show_build=False) %}
{# Comment - This probably should go into a modal #}