' // . html_print_image ("images/edit.png", true, array ("title" => __('Report list'))) // . ''; //Header ui_print_page_header (__('Netflow live view'), "images/networkmap/so_cisco_new.png", false, "", false, $buttons); echo '
'; if ($draw != '') { // Get the command to call nfdump $command = netflow_get_command ($filter); // Build a unique id for the cache $unique_id = 'live_view__' . ($end_date - $start_date); // Draw netflow_draw_item ($start_date, $end_date, $chart_type, $filter, $command, $filter, $max_aggregates, $unique_id); } ?>