From 2606db328f965cc024db5382cfdfc12f6e2abf6a Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Piedehierro Date: Sat, 8 Jul 2017 15:02:06 +0100 Subject: debug --- templates/status.tpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/status.tpl b/templates/status.tpl index a091d42..6083c14 100644 --- a/templates/status.tpl +++ b/templates/status.tpl @@ -121,13 +121,14 @@ % end {{spec['interval_nice']}} {{spec['due_nice']}} -% if publish_failures and spec['last_run_exit'] is not "0": +% if publish_failures and spec['last_run_exit'] is not '0':
{{spec['last_run_exit']}}: Show log

{{spec['last_run_error']}}

% else: -{{spec['last_run_exit']}} + +{{publish_failures}} {{spec['last_run_exit']}} % end % if spec['running_job'] and links: {{spec['running_job']}} -- cgit v1.2.1