summaryrefslogtreecommitdiff
path: root/forecast.html.tt
diff options
context:
space:
mode:
Diffstat (limited to 'forecast.html.tt')
-rw-r--r--forecast.html.tt4
1 files changed, 2 insertions, 2 deletions
diff --git a/forecast.html.tt b/forecast.html.tt
index 5397000..8d02648 100644
--- a/forecast.html.tt
+++ b/forecast.html.tt
@@ -180,8 +180,8 @@
[% FOREACH line IN t.lines %]
<tr>
<td class="line">[% line.name %]</td>
- <td class="status">[% line.status.description %]</td>
- <td class="details">[% line.status.details %]</td>
+ <td class="status">[% line.status.statusSeverityDescription %]</td>
+ <td class="details">[% line.status.reason %]</td>
</tr>
[% END %]
</tbody>