summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-08 15:23:14 +0100
committerPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-08 15:23:14 +0100
commit0a2877f51c1c01812d200cb1dab4bd737a294e5d (patch)
tree69f0d9474ba98633cfd8921069fc2e8afa29aa24
parent5bb3d56f5f969e6b010b3aa3a7b24203dcf649d6 (diff)
downloadlorry-controller-0a2877f51c1c01812d200cb1dab4bd737a294e5d.tar.gz
fix debug
-rw-r--r--templates/status.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/status.tpl b/templates/status.tpl
index 20cfdfc..040ee48 100644
--- a/templates/status.tpl
+++ b/templates/status.tpl
@@ -128,7 +128,7 @@
</details></td>
% else:
-<td>{{publish_failures}} {{spec['last_run_exit']}}</td>
+<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>