summaryrefslogtreecommitdiff
path: root/forecast.html.tt
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2013-05-30 08:00:41 +0100
committerGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2013-05-30 08:00:41 +0100
commitc099b757579129a454739f6e13fc4c5fea4e062e (patch)
treea9481943b4a6305e931eceb5746467c6546f549e /forecast.html.tt
parentreturn json response (diff)
downloadHomePanel-c099b757579129a454739f6e13fc4c5fea4e062e.tar.gz
HomePanel-c099b757579129a454739f6e13fc4c5fea4e062e.tar.bz2
HomePanel-c099b757579129a454739f6e13fc4c5fea4e062e.zip
tube status
Diffstat (limited to 'forecast.html.tt')
-rw-r--r--forecast.html.tt16
1 files changed, 16 insertions, 0 deletions
diff --git a/forecast.html.tt b/forecast.html.tt
index 82d8412..eedc078 100644
--- a/forecast.html.tt
+++ b/forecast.html.tt
@@ -143,5 +143,21 @@
</tbody>
</table>
</div>
+ <div class="tube">
+ <table class="status">
+ <thead>
+ <tr><th>Line</th><th>Status</th><th>Details</th></tr>
+ </thead>
+ <tbody>
+ [% FOREACH line IN t.lines %]
+ <tr>
+ <td>[% line.name %]</td>
+ <td>[% line.status.description %]</td>
+ <td>[% line.status.details %]</td>
+ </tr>
+ [% END %]
+ </tbody>
+ </table>
+ </div>
</body>
</html>