Lets add some tablaeu styling

This commit is contained in:
Ubergeek 2019-02-06 16:32:41 +00:00
parent 65b94241f2
commit 5f91ba8cd5

View File

@ -32,7 +32,7 @@ $hosts="all";
$f = fopen("./report", "r"); $f = fopen("./report", "r");
echo "Last update: " . date ("H:i", filemtime('./report'))."<p>\n"; echo "Last update: " . date ("H:i", filemtime('./report'))."<p>\n";
echo "<table>"; echo "<table style='width:80%'>";
echo " <tr> echo " <tr>
<th>Host</th> <th>Host</th>
<th>Check</th> <th>Check</th>