From aed3714c674b36405fae48a25f54726fcd9e7620 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Thu, 21 Apr 2011 10:31:32 +0000 Subject: [PATCH] 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 --- html/pages/health/current.inc.php | 2 +- html/pages/health/frequency.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/pages/health/current.inc.php b/html/pages/health/current.inc.php index 92f6faa9e3..a660ed6f21 100644 --- a/html/pages/health/current.inc.php +++ b/html/pages/health/current.inc.php @@ -59,7 +59,7 @@ while ($sensor = mysql_fetch_assoc($query)) if ($_GET['optb'] == "graphs") { ## If graphs - echo(""); + echo(""); $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"; diff --git a/html/pages/health/frequency.inc.php b/html/pages/health/frequency.inc.php index 434fc663aa..dcabecba0b 100644 --- a/html/pages/health/frequency.inc.php +++ b/html/pages/health/frequency.inc.php @@ -58,7 +58,7 @@ while ($sensor = mysql_fetch_assoc($query)) if ($_GET['optb'] == "graphs") { - echo(""); + echo(""); $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";