aboutsummaryrefslogtreecommitdiff
path: root/index.htm.tmpl
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2025-10-22 01:20:53 +0200
committerarf20 <aruizfernandez05@gmail.com>2025-10-22 01:20:53 +0200
commit6acd5a85f7ec11fe59b16d5e7fd621abf5ca49c6 (patch)
tree4f48651b7c5e3025f5d84e32d84a36fd77511705 /index.htm.tmpl
parent6ed92d313341a1ff2b1dfc822f6a02eee0b3854a (diff)
downloadarfnet2-status-6acd5a85f7ec11fe59b16d5e7fd621abf5ca49c6.tar.gz
arfnet2-status-6acd5a85f7ec11fe59b16d5e7fd621abf5ca49c6.zip
load events
Diffstat (limited to 'index.htm.tmpl')
-rw-r--r--index.htm.tmpl40
1 files changed, 12 insertions, 28 deletions
diff --git a/index.htm.tmpl b/index.htm.tmpl
index 0372cc7..cf90884 100644
--- a/index.htm.tmpl
+++ b/index.htm.tmpl
@@ -17,15 +17,7 @@ table, th, td {
background-color: red;
}
-.row {
-
-}
-
-.col {
- float: left;
- width: 50%;
-}
- </style>
+</style>
</head>
<body>
@@ -36,25 +28,17 @@ table, th, td {
<main>
<h2 class="center">Status Monitor</h2>
<p>This webapp monitors the status of the main ARFNET services from outside the ARFNET network</p>
- <div class="col">
- Services
- <table>
- <tr><th>Type</th><th>Service</th><th>Status</th></tr>
- %s
- </table>
- </div>
- <div class="col">
- Uptime
- <table>
- <tr><th>Week %%up</th><th>Month %%up</th><th>Total %%up since %s</th></tr>
- <tr><td>%s</td><td>%s</td><td>%s</td></tr>
- </table>
- Incidents
- <table>
- <tr><th>Resolved</th><th>Started</th><th>Duration</th></tr>
- <tr>%s</tr>
- </table>
- </div>
+ Services
+ <table>
+ <tr><th>Type</th><th>Service</th><th>Status</th><th>Uptime</th><th>%%up month</th><th>%%up total</th></tr>
+ %s
+ </table>
+ <br><br>
+ Incidents
+ <table>
+ <tr><th>Resolved</th><th>Started</th><th>Duration</th></tr>
+ %s
+ </table>
</main>
</body>
</html>