summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-24 17:15:15 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-24 17:15:15 +0000
commit07a2f0ac1d4b57ed95a88de6505d1a4afe0a4481 (patch)
tree3b1964d07e5189de13933f2a20a987972e96d78c
parent007622ec7ac4def50a4a885189cbd9f907e2856d (diff)
downloadlorry-controller-07a2f0ac1d4b57ed95a88de6505d1a4afe0a4481.tar.gz
Be explicit about which Trove a Lorry spec comes from
-rw-r--r--lorry.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lorry.tpl b/lorry.tpl
index 474279b..7b6ccfa 100644
--- a/lorry.tpl
+++ b/lorry.tpl
@@ -17,6 +17,7 @@
<tr> <th>Interval</th> <td>{{lorry['interval_nice']}} ({{lorry['interval']}} s)</td> </tr>
<tr> <th>Last run</th> <td>{{lorry['last_run_nice']}}</td> </tr>
<tr> <th>Due</th> <td>{{lorry['due_nice']}}</td> </tr>
+<tr> <th>From Trove</th> <td>{{lorry['from_trovehost']}}</td> </tr>
<tr> <th>Job?</th>
% if lorry['running_job']: