Lets add some tablaeu styling

This commit is contained in:
Ubergeek 2019-02-06 16:32:41 +00:00
parent 65b94241f2
commit 5f91ba8cd5
1 changed files with 1 additions and 1 deletions

View File

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