mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2013-07-16 Sergio Martin <sergio.martin@artica.es>
* godmode/massive/massive_delete_alerts.php: Fixed an ajax call to retrieve the agents associated to an alert template in massive alerts deletion for bug #2282 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8530 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5e171fa0a5
commit
d97e2fcd99
@ -1,3 +1,9 @@
|
|||||||
|
2013-07-16 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* godmode/massive/massive_delete_alerts.php: Fixed an
|
||||||
|
ajax call to retrieve the agents associated to an alert
|
||||||
|
template in massive alerts deletion for bug #2282
|
||||||
|
|
||||||
2013-07-16 Sergio Martin <sergio.martin@artica.es>
|
2013-07-16 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* godmode/agentes/agent_wizard.snmp_explorer.php
|
* godmode/agentes/agent_wizard.snmp_explorer.php
|
||||||
|
@ -252,7 +252,7 @@ $(document).ready (function () {
|
|||||||
"get_agents" : 1,
|
"get_agents" : 1,
|
||||||
"id_group" : this.value,
|
"id_group" : this.value,
|
||||||
"recursion" : $("#checkbox-recursion").attr ("checked") ? 1 : 0,
|
"recursion" : $("#checkbox-recursion").attr ("checked") ? 1 : 0,
|
||||||
"id_alert_template" : $("#id_alert_template").attr ("value")
|
"id_alert_template" : $("#id_alert_template").val()
|
||||||
},
|
},
|
||||||
function (data, status) {
|
function (data, status) {
|
||||||
options = "";
|
options = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user