diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index a6855de0ee..9ef1a33fd2 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2009-10-06 Miguel de Dios + + * operation/agentes/stat_win.php: fix the jquery lost in the last query, fix + the auto-refresh graph, fix z-index level for calendar and fix the set begin + data for graph. + Fixes: 2857280 + 2009-10-06 Miguel de Dios * godmode/agentes/agent_manager.php: change the textbox interval for diff --git a/pandora_console/operation/agentes/stat_win.php b/pandora_console/operation/agentes/stat_win.php index d5538770ba..bd936ba7a4 100644 --- a/pandora_console/operation/agentes/stat_win.php +++ b/pandora_console/operation/agentes/stat_win.php @@ -33,17 +33,19 @@ require_once ($config["homedir"] . '/include/functions_db.php'); require_once ($config["homedir"] . '/include/fgraph.php'); check_login (); - -// Parsing the refresh before sending any header -$refresh = (int) get_parameter ("refresh", -1); -if ($refresh > 0) { - header('Refresh: '.$refresh); -} - ?> + 0) { + $query = get_url_refresh (false); + + echo ''; +} +?> Pandora FMS Graph (<?php echo get_agentmodule_agent_name ($id) . ' - ' . $label; ?>) @@ -51,6 +53,7 @@ if ($refresh > 0) { +