aboutsummaryrefslogtreecommitdiff
path: root/index.htm.tmpl
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2025-10-27 03:38:48 +0100
committerarf20 <aruizfernandez05@gmail.com>2025-10-27 03:38:48 +0100
commit55a1dc11e9bf5bbc643f0aa09bbdd09056b322b5 (patch)
treedd8fb73c65a46e8bda752a5b06ce4fa21b1f3251 /index.htm.tmpl
parent2e5c8fe2ed1443e7955e663e3fe49eb349b77ea0 (diff)
downloadarfnet2-status-55a1dc11e9bf5bbc643f0aa09bbdd09056b322b5.tar.gz
arfnet2-status-55a1dc11e9bf5bbc643f0aa09bbdd09056b322b5.zip
timeline (fix: use events!)
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>