Skip to content

Commit 49589d4

Browse files
committed
Add status page template
1 parent 4136ec1 commit 49589d4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

templates/status.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[% INCLUDE header.html %]
2+
3+
<h2>System Status</h2>
4+
5+
<div>
6+
<table>
7+
<tr><th>TI number</th><th>Time received (GMT)</th>
8+
[% FOR sig IN sigs %]
9+
<tr><td align="center">[% sig.ti %]</td><td align="center">[% sig.received %]</td></tr>
10+
[% END %]
11+
</table>
12+
</div>
13+
14+
[% INCLUDE footer.html %]

0 commit comments

Comments
 (0)