'; foreach ($app_devices as $app_device) { echo generate_box_open(); echo '
';
$graph_array['id'] = $app_device['app_id'];
$graph_array['types'] = array();
$graph_array['legend'] = "no";
foreach ($config['app'][$vars['app']]['top'] as $graph_type)
{
$graph_array['types'][] = "application_".$vars['app']."_".$graph_type;
}
print_graph_summary_row($graph_array);
/*
foreach ($config['app'][$vars['app']]['top'] as $graph_type)
{
$graph_array['type'] = "application_".$vars['app']."_".$graph_type;
$graph_array['id'] = $app_device['app_id'];
$graph_array_zoom['type'] = "application_".$vars['app']."_".$graph_type;
$graph_array_zoom['id'] = $app_device['app_id'];
echo '' . nicecase($graph_type) . ''; print_graph_row($graph_array); } */ echo ' | ';
echo '