mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #228 from laf/issue-laf-4
Fixed links to actual device on the overview apps page
This commit is contained in:
@@ -31,7 +31,7 @@ foreach ($app_devices as $app_device)
|
||||
$graph_array_zoom['type'] = "application_".$vars['app']."_".$graph_type;
|
||||
$graph_array_zoom['id'] = $app_device['app_id'];
|
||||
|
||||
$link = generate_url(array('tab'=>'apps','app'=>$vars['app']));
|
||||
$link = generate_url(array('page' => 'device', 'device' => $app_device['device_id'],'tab'=>'apps','app'=>$vars['app']));
|
||||
|
||||
echo(overlib_link($link, generate_graph_tag($graph_array), generate_graph_tag($graph_array_zoom), NULL));
|
||||
}
|
||||
|
Reference in New Issue
Block a user