From 1c3e3fbbb6d27071a92e384ec4f5ee126c86520e Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Piedehierro Date: Sun, 9 Jul 2017 01:05:47 +0100 Subject: improve table --- templates/status.tpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/status.tpl b/templates/status.tpl index 4931a41..d7310c9 100644 --- a/templates/status.tpl +++ b/templates/status.tpl @@ -113,14 +113,14 @@ % name = obj.keys()[0] % fields = obj[name] -{{i+1}} +{{i+1}} % if links: -{{spec['path']}} +{{spec['path']}} % else: -{{spec['path']}} +{{spec['path']}} % end -{{spec['interval_nice']}} -{{spec['due_nice']}} +{{spec['interval_nice']}} +{{spec['due_nice']}} % if publish_failures and spec['last_run_exit'] is not None and spec['last_run_exit'] is not "0":
{{spec['last_run_exit']}}: Show log @@ -128,10 +128,10 @@
% else: -{{spec['last_run_exit']}} +{{spec['last_run_exit']}} % end % if spec['running_job'] and links: -{{spec['running_job']}} +{{spec['running_job']}} % else: % end -- cgit v1.2.1