2010-07-12 Miguel de Dios <miguel.dedios@artica.es>

* godmode/alerts/configure_alert_compound.php: fixed the page to request
	ajax, now it's new ajax page.
	Fixes: #3020713



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2992 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2010-07-12 15:00:34 +00:00
parent 4aea1706a4
commit 80886e9dec
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-07-12 Miguel de Dios <miguel.dedios@artica.es>
* godmode/alerts/configure_alert_compound.php: fixed the page to request
ajax, now it's new ajax page.
Fixes: #3020713
2010-07-12 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/pandora_visual_console.js: in function "draw_line"

View File

@ -721,7 +721,7 @@ $(document).ready (function () {
$("#alerts_loading").show ();
$("#alert_list tbody").empty ();
jQuery.post ("ajax.php",
{"page" : "godmode/alerts/alert_list",
{"page" : "include/ajax/alert_list.ajax",
"get_agent_alerts_simple" : 1,
"id_agent" : this.value
},