fixes to graph widths

git-svn-id: http://www.observium.org/svn/observer/trunk@2874 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-02-17 00:19:18 +00:00
parent 6494b0603b
commit 6a6ee9cb7f
3 changed files with 10 additions and 7 deletions

View File

@@ -240,7 +240,7 @@ else
if ($peer['graph'])
{
$graph_array['height'] = "100";
$graph_array['width'] = "220";
$graph_array['width'] = "218";
$graph_array['to'] = $now;
echo('<tr bgcolor="'.$bg_colour.'"' . ($bg_image ? ' background="'.$bg_image.'"' : '') . '"><td colspan="9">');
include("includes/print-quadgraphs.inc.php");