From 4e1d77905b6778cb42bcf11e2e5f233ce102888c Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Piedehierro Date: Sat, 8 Jul 2017 14:32:14 +0100 Subject: fixup? --- templates/status.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/status.tpl b/templates/status.tpl index a091d42..fb38db3 100644 --- a/templates/status.tpl +++ b/templates/status.tpl @@ -121,11 +121,13 @@ % end {{spec['interval_nice']}} {{spec['due_nice']}} -% if publish_failures and spec['last_run_exit'] is not "0": +% if publish_failures: + if spec['last_run_exit'] is not "0":
{{spec['last_run_exit']}}: Show log

{{spec['last_run_error']}}

+% end % else: {{spec['last_run_exit']}} % end -- cgit v1.2.1