summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-08 15:25:38 +0100
committerPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-08 15:25:38 +0100
commitdf36ec0c7ae2a1764e5eea515f57ef5fc2a5599f (patch)
tree219dc5b5328f5096c6e19ba016ac61f92a507d45
parent0a2877f51c1c01812d200cb1dab4bd737a294e5d (diff)
downloadlorry-controller-df36ec0c7ae2a1764e5eea515f57ef5fc2a5599f.tar.gz
Improve
-rw-r--r--templates/status.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/status.tpl b/templates/status.tpl
index 040ee48..4931a41 100644
--- a/templates/status.tpl
+++ b/templates/status.tpl
@@ -120,7 +120,7 @@
<td>{{spec['path']}}</td>
% end
<td>{{spec['interval_nice']}}</td>
-<td>{{spec['due_nice']}}</td>
+<td nowrap>{{spec['due_nice']}}</td>
% 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>