fix width of some health pages with graphs enabled not covering notes column

git-svn-id: http://www.observium.org/svn/observer/trunk@2120 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-04-21 10:31:32 +00:00
parent 31ebcdc7e3
commit aed3714c67
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ while ($sensor = mysql_fetch_assoc($query))
if ($_GET['optb'] == "graphs")
{ ## If graphs
echo("<tr bgcolor='$row_colour'><td colspan=7>");
echo("<tr bgcolor='$row_colour'><td colspan=8>");
$daily_graph = "graph.php?id=" . $sensor['sensor_id'] . "&amp;type=".$graph_type."&amp;from=$day&amp;to=$now&amp;width=211&amp;height=100";
$daily_url = "graph.php?id=" . $sensor['sensor_id'] . "&amp;type=".$graph_type."&amp;from=$day&amp;to=$now&amp;width=400&amp;height=150";