From: Jonatan Schlag Date: Mon, 6 Nov 2017 09:28:59 +0000 (+0100) Subject: bootstrap4: make jobs list table responsive X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=747522fdbeb796b878d0c9e55bd35b01947165fb;p=pbs.git bootstrap4: make jobs list table responsive Signed-off-by: Jonatan Schlag --- diff --git a/src/templates/index.html b/src/templates/index.html index f6e61646..46c5816a 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -76,10 +76,15 @@ {% end %} {% if jobs %} -
+
+
+ +
-

{{ _("Build jobs") }}

- {% module JobsList(jobs) %} +

{{ _("Build jobs") }}

+ {% module JobsList(jobs) %} +
+
{% end %}