2012-02-16 Sergio Martin <sergio.martin@artica.es>
* godmode/alerts/alert_list.builder.php: Fixed creation alerts modules combo where appears all the modules (not init included) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5607 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f0a7dc3ed3
commit
c5a83c6b02
|
@ -1,3 +1,8 @@
|
|||
2012-02-16 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/alerts/alert_list.builder.php: Fixed creation alerts
|
||||
modules combo where appears all the modules (not init included)
|
||||
|
||||
2012-02-15 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/help/ja/help_field_match_snmp.php: Added a new help file.
|
||||
|
|
|
@ -165,7 +165,7 @@ $(document).ready (function () {
|
|||
$('#id_agent_module').empty ();
|
||||
var inputs = [];
|
||||
inputs.push ("agent_name=" + agent_name);
|
||||
inputs.push ('filter=delete_pending = 0');
|
||||
inputs.push ('filter=delete_pending = 0 AND id_agente_modulo NOT IN (SELECT id_agente_modulo FROM tagente_estado WHERE utimestamp = 0)');
|
||||
inputs.push ("get_agent_modules_json=1");
|
||||
inputs.push ("page=operation/agentes/ver_agente");
|
||||
jQuery.ajax ({
|
||||
|
|
Loading…
Reference in New Issue