From: Jonatan Schlag Date: Fri, 12 Jan 2018 14:36:19 +0000 (+0100) Subject: bootstrap4: port job status X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=566aeaeb7b2235bbbbda73e5b3ce6c4ca7bc44ab;p=pbs.git bootstrap4: port job status Signed-off-by: Jonatan Schlag --- diff --git a/src/templates/modules/jobs/status.html b/src/templates/modules/jobs/status.html index 7f1158c9..9bd496bd 100644 --- a/src/templates/modules/jobs/status.html +++ b/src/templates/modules/jobs/status.html @@ -1,11 +1,11 @@ {% if jobs %} {% for j in jobs %} - + {% module JobState(j, show_arch=True) %} {% end %} {% else %} - + {{ _("This build has got no jobs.") }} {% end %}