fix new billing graph, fix interface links

git-svn-id: http://www.observium.org/svn/observer/trunk@1604 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-08-01 16:50:53 +00:00
parent 7a0db16f2c
commit 02509b9638
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -260,6 +260,7 @@ function generate_if_link($args, $text = NULL)
$graph_array['legend'] = "yes";
$graph_array['height'] = "100";
$graph_array['width'] = "340";
$graph_array['to'] = $config['now'];
$graph_array['from'] = $config['day'];
$graph_array['id'] = $args['interface_id'];
$content .= generate_graph_tag($graph_array);