From: Michael Tremer Date: Tue, 31 May 2022 16:10:18 +0000 (+0000) Subject: templates: Redesign job queue page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=127c09ce5d1e9f212bd95ac70632fa32e6feb2fe;p=pbs.git templates: Redesign job queue page Signed-off-by: Michael Tremer --- diff --git a/src/templates/queue.html b/src/templates/queue.html index 5ad565fa..1833bd0a 100644 --- a/src/templates/queue.html +++ b/src/templates/queue.html @@ -1,41 +1,22 @@ {% extends "base.html" %} -{% block title %}{{ _("Job Queue") }} - {{ arch or _("All Architectures") }}{% end block %} +{% block title %}{{ _("Job Queue") }}{% end block %} -{% block body %} - + + +

+ {{ _("Job Queue") }} +

{% module JobsList(queue) %} {% end block %}