mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 16:26:55 +02:00
fix graph shown when clicking device overview network traffic graph
git-svn-id: http://www.observium.org/svn/observer/trunk@1746 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -28,7 +28,7 @@ if($ports['total']) {
|
|||||||
$content .= generate_graph_tag($graph_array);
|
$content .= generate_graph_tag($graph_array);
|
||||||
$content .= "</div>";
|
$content .= "</div>";
|
||||||
|
|
||||||
$link = $config['base_url'] . "/graphs/" . $graph_array['id'] . "/" . $graph_array['type'] . "/" . $graph_array['day'] . "/" . $config['now'] . "/";
|
$link = $config['base_url'] . "/graphs/" . $graph_array['id'] . "/" . $graph_array['type'] . "/" . $day . "/" . $config['now'] . "/";
|
||||||
|
|
||||||
|
|
||||||
echo(overlib_link($link, $graph, $content, NULL));
|
echo(overlib_link($link, $graph, $content, NULL));
|
||||||
|
|||||||
Reference in New Issue
Block a user