Added : Heartbeat Map

This commit is contained in:
e025532
2024-12-10 10:17:16 +01:00
parent d528981311
commit fe0b5f6880
3 changed files with 183 additions and 1 deletions

View File

@@ -62,7 +62,6 @@
echo "<tr>";
echo "<td>".$row['Server']."</td>";
echo "<td class='bg-success'>".$row['EPO']."</td>";
}
echo "</tr>";
}
?>