]> git.ipfire.org Git - pbs.git/commitdiff
builds: Only show events of priority 4 and up
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Apr 2023 14:19:03 +0000 (14:19 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Apr 2023 14:19:03 +0000 (14:19 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/builds/show.html

index ca81f2279cb39cde3fd4587719f363596e420e13..e54075bbaf37383f2b6a21ae310228d7fe921e9c 100644 (file)
        <section class="section">
                <h5 class="title is-5">{{ _("Log") }}</h5>
 
-               {% module EventsList(build=build, show_build=False) %}
+               {% module EventsList(priority=4, build=build, show_build=False) %}
        </section>
 
        {# Comment - This probably should go into a modal #}