summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-08 14:35:43 +0100
committerPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-08 14:35:43 +0100
commitd804d38c920a6176afb0e26557d54b7b83ee4d66 (patch)
tree67f07e24cadfaacbea6e16cfcf99e73deaa58d32
parent04fa7e000f2d5c9be050d95c76981f509e3c8976 (diff)
downloadlorry-controller-d804d38c920a6176afb0e26557d54b7b83ee4d66.tar.gz
debug
-rw-r--r--templates/status.tpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/status.tpl b/templates/status.tpl
index e3e0838..0e8e537 100644
--- a/templates/status.tpl
+++ b/templates/status.tpl
@@ -121,15 +121,10 @@
% end
<td>{{spec['interval_nice']}}</td>
<td>{{spec['due_nice']}}</td>
-% if publish_failures:
- if spec['last_run_exit'] is not "0":
<td><details>
<summary>{{spec['last_run_exit']}}: Show log</summary>
<p>{{spec['last_run_error']}}</p>
</details></td>
-% else:
-<td>{{spec['last_run_exit']}}</td>
-% end
% if spec['running_job'] and links:
<td><a href="/1.0/job-html/{{spec['running_job']}}">{{spec['running_job']}}</a></td>
% else: