From 74fe9a02281c7457eceaecf517552bc4d02e19fb Mon Sep 17 00:00:00 2001 From: enriquecd Date: Fri, 4 Nov 2016 16:10:46 +0100 Subject: [PATCH] New function pandora ux with metaconsole #90 --- pandora_console/include/ajax/module.php | 9 ++++++--- .../operation/agentes/status_monitor.php | 20 ++++++++++--------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index d6a44771ca..5fd667c2e0 100755 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -1,5 +1,7 @@ "; } } } @@ -960,8 +962,8 @@ if ($list_modules) { "refresh=" . SECONDS_10MINUTES . "&" . "draw_events=$draw_events', 'day_".$win_handle."')"; - if(!is_snapshot_data($module['datos'])){ - $data[8] .= '' . html_print_image("images/chart_curve.png", true, array("border" => '0', "alt" => "")) . '   '; +if(!is_snapshot_data($module['datos'])){ + $data[8] .= '' . html_print_image("images/chart_curve.png", true, array("border" => '0', "alt" => "")) . '   '; } $server_name = ''; $data[8] .= "' . html_print_image('images/default_list.png', true, @@ -1479,27 +1484,24 @@ $('#moduletype').click(function(){ period = ; } } + - var server_name = ''; - var extra_parameters = ''; if ($('input[name=selection_mode]:checked').val()) { - - period = $('#period').val(); - + var selection_mode = $('input[name=selection_mode]:checked').val(); var date_from = $('#text-date_from').val(); var time_from = $('#text-time_from').val(); var date_to = $('#text-date_to').val(); var time_to = $('#text-time_to').val(); - extra_parameters = '&selection_mode=' + selection_mode + '&date_from=' + date_from + '&date_to=' + date_to + '&time_from=' + time_from + '&time_to=' + time_to; + var extra_parameters = '&selection_mode=' + selection_mode + '&date_from=' + date_from + '&date_to=' + date_to + '&time_from=' + time_from + '&time_to=' + time_to; } title = ; $.ajax({ type: "POST", url: "", - data: "page=include/ajax/module&get_module_detail=1&server_name="+server_name+"&id_agent="+id_agent+"&id_module=" + module_id+"&offset="+offset+"&period="+period + extra_parameters, + data: "page=include/ajax/module&get_module_detail=1&server_name="+server_name+"&id_agent="+id_agent+"&id_module=" + module_id+"&offset="+offset+"&period="+period+extra_parameters, dataType: "html", success: function(data) { $("#monitor_details_window").hide () @@ -1540,4 +1542,4 @@ $('#moduletype').click(function(){ return false; }); } - + \ No newline at end of file