mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
2014-07-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/ajax/events.php: Fixed custom fields view in metaconsole event extended view. This is my last commit for Pandora guys! Bye ;-) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10347 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
012ae953a0
commit
5f90d6f2d0
@ -1,3 +1,10 @@
|
|||||||
|
2014-07-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* include/ajax/events.php: Fixed custom fields view in
|
||||||
|
metaconsole event extended view.
|
||||||
|
|
||||||
|
This is my last commit for Pandora guys! Bye ;-)
|
||||||
|
|
||||||
2014-07-22 Miguel de Dios <miguel.dedios@artica.es>
|
2014-07-22 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* godmode/agentes/agent_wizard.snmp_explorer.php,
|
* godmode/agentes/agent_wizard.snmp_explorer.php,
|
||||||
|
@ -349,7 +349,13 @@ if ($get_extended_event) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$details = events_page_details($event, $server);
|
$details = events_page_details($event, $server);
|
||||||
|
|
||||||
|
// Juanma (09/05/2014) Fix: Needs to reconnect to node, in previous funct node connection was lost
|
||||||
|
if ($meta) {
|
||||||
|
$server = metaconsole_get_connection_by_id ($server_id);
|
||||||
|
metaconsole_connect($server);
|
||||||
|
}
|
||||||
|
|
||||||
$custom_fields = events_page_custom_fields($event);
|
$custom_fields = events_page_custom_fields($event);
|
||||||
|
|
||||||
$custom_data = events_page_custom_data($event);
|
$custom_data = events_page_custom_data($event);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user