application working with php

This commit is contained in:
2026-03-15 10:22:30 -07:00
parent 702a5e99a4
commit 8787a1ee2a
8 changed files with 98 additions and 44 deletions

View File

@ -17,13 +17,6 @@
<div id="host_metrics" class="column">Connecting…</div>
</div>
<!--
Here will go the graphs once i have all the stats first
<div class="container">
<h2>System Graphs</h2>
<div id="host_graphs" class="column">Connecting…</div>
</div>
-->
<!-- Socket.IO client library -->
<script src="socket.io/socket.io.js"></script>

View File

@ -117,5 +117,5 @@ li {
#host_metrics_table tbody tr td :nth-of-type(even) {
background-color: #23384e;
background-color: #2c3e50;
}