summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-08 15:13:28 +0100
committerPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-08 15:13:28 +0100
commit5bb3d56f5f969e6b010b3aa3a7b24203dcf649d6 (patch)
treecc6491ed311e212458928445fd1e3ad354274129
parent83159e960ad3f1ef6470e765c2ff558cec27f25c (diff)
downloadlorry-controller-5bb3d56f5f969e6b010b3aa3a7b24203dcf649d6.tar.gz
improve format?
-rw-r--r--templates/status.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/status.tpl b/templates/status.tpl
index e47946a..20cfdfc 100644
--- a/templates/status.tpl
+++ b/templates/status.tpl
@@ -124,7 +124,7 @@
% if publish_failures and spec['last_run_exit'] is not None and spec['last_run_exit'] is not "0":
<td><details>
<summary>{{spec['last_run_exit']}}: Show log</summary>
- <p>{{spec['last_run_error']}}</p>
+ <p><pre>{{spec['last_run_error']}}</pre></p>
</details></td>
% else: