From 1610acc8972174591b8bf2fc945f9c0d547a7e1a Mon Sep 17 00:00:00 2001 From: cbasolutions Date: Fri, 3 Jul 2015 08:36:53 -0400 Subject: [PATCH] RRD graphs are obnoxiously large #55 Removed width=100% and set inline style="max-width:100%; height:auto" --- src/www/status_rrd_graph.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/www/status_rrd_graph.php b/src/www/status_rrd_graph.php index 0c9408970..b1a8517de 100644 --- a/src/www/status_rrd_graph.php +++ b/src/www/status_rrd_graph.php @@ -514,7 +514,7 @@ function get_dates($curperiod, $graph) { $id = preg_replace('/\./', '_', $id); $img_date = date('YmdGis'); /* Add a way to let the browser know we have refreshed the image */ echo "\n"; - echo "\"$prettydb\n"; echo "


\n"; @@ -583,7 +583,7 @@ function get_dates($curperiod, $graph) { $start = $dates['start']; $end = $dates['end']; echo "\n"; - echo "\"$prettydb\n"; echo "


\n";