mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-11 16:06:25 +02:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user