mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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'] . "&type=".$graph_type."&from=$day&to=$now&width=211&height=100";
|
||||
$daily_url = "graph.php?id=" . $sensor['sensor_id'] . "&type=".$graph_type."&from=$day&to=$now&width=400&height=150";
|
||||
|
||||
Reference in New Issue
Block a user