aboutsummaryrefslogtreecommitdiff
path: root/index.htm.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'index.htm.tmpl')
-rw-r--r--index.htm.tmpl22
1 files changed, 19 insertions, 3 deletions
diff --git a/index.htm.tmpl b/index.htm.tmpl
index 6637f05..1c5f13a 100644
--- a/index.htm.tmpl
+++ b/index.htm.tmpl
@@ -6,7 +6,14 @@
<title>ARFNET</title>
<style>
table, th, td {
- border: 1px solid #abb2bf;
+ border: 1px solid #abb2bf;
+}
+
+.graph {
+ border-collapse: collapse;
+ padding: 0px;
+ border: 0px;
+ height: 7pt;
}
.up {
@@ -17,6 +24,15 @@ table, th, td {
background-color: red;
}
+td.w-min {
+ white-space: nowrap;
+ width: 1%;
+}
+
+td.w-last {
+ width: auto;
+}
+
</style>
</head>
@@ -29,8 +45,8 @@ table, th, td {
<h2 class="center">Status Monitor</h2>
<p>This webapp monitors the status of the main ARFNET services from outside the ARFNET network</p>
Services
- <table>
- <tr><th>Type</th><th>Service</th><th>Status</th><th>Uptime</th><th>%%up month</th><th>%%up total</th></tr>
+ <table width="100%">
+ <tr><th>Type</th><th>Service</th><th>Status</th><th>Uptime</th><th>%%up month</th><th>%%up total</th><th>Timeline</th></tr>
%s
</table>
<br><br>