2011-07-14 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/reporting/reporting_builder.item_editor.php: Fixes report editing over an open installation. Fixes: #3322991 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4565 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d836b86728
commit
7cce52762f
|
@ -1,3 +1,10 @@
|
|||
2011-07-14 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/reporting/reporting_builder.item_editor.php: Fixes
|
||||
report editing over an open installation.
|
||||
|
||||
Fixes: #3322991
|
||||
|
||||
2011-07-14 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/alerts/alert_list.list.php
|
||||
|
|
|
@ -30,7 +30,7 @@ $show_graph_options[2] = __('Only graph');
|
|||
enterprise_include('/godmode/reporting/reporting_builder.item_editor.php');
|
||||
require_once ($config['homedir'].'/include/functions_agents.php');
|
||||
if (enterprise_include_once ('include/functions_metaconsole.php')) {
|
||||
$servers = metaconsole_get_connection_names();
|
||||
$servers = enterprise_hook("metaconsole_get_connection_names");
|
||||
}
|
||||
|
||||
switch ($action) {
|
||||
|
|
Loading…
Reference in New Issue