2009-09-17 Miguel de Dios <miguel.dedios@artica.es>
* pandora_console/godmode/reporting/map_builder.php: add parameter to ajax for filter the modules disabled. Fixes: 2857374 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1954 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d4ce7cc23f
commit
cfa4f89521
|
@ -1,3 +1,9 @@
|
|||
2009-09-17 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* pandora_console/godmode/reporting/map_builder.php: add parameter to ajax
|
||||
for filter the modules disabled.
|
||||
Fixes: 2857374
|
||||
|
||||
2009-09-17 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* pandora_console/godmode/reporting/map_builder.php: fix small bug when
|
||||
|
|
|
@ -584,6 +584,7 @@ $(document).ready (function () {
|
|||
$('#module').fadeOut ('normal', function () {
|
||||
$('#module').empty ();
|
||||
var inputs = [];
|
||||
inputs.push ("filter=disabled = 0");
|
||||
inputs.push ("agent_name=" + agent_name);
|
||||
inputs.push ("get_agent_modules_json=1");
|
||||
inputs.push ("page=operation/agentes/ver_agente");
|
||||
|
|
Loading…
Reference in New Issue