diff options
Diffstat (limited to 'index.htm.tmpl')
| -rw-r--r-- | index.htm.tmpl | 40 |
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> |
