diff --git a/pandora_console/include/ajax/map.ajax.php b/pandora_console/include/ajax/map.ajax.php
index e2b1591178..fadc9b1d33 100644
--- a/pandora_console/include/ajax/map.ajax.php
+++ b/pandora_console/include/ajax/map.ajax.php
@@ -21,6 +21,9 @@ if (is_ajax ()) {
check_login ();
require_once($config['homedir'] . "/include/functions_os.php");
+ if (enterprise_installed()) {
+ enterprise_include_once ('include/functions_policies.php');
+ }
$getNodeData = (bool)get_parameter('getNodeData', 0);
$getNodeDetails = (bool)get_parameter('getNodeDetails', 0);
@@ -214,6 +217,111 @@ if (is_ajax ()) {
+
+ :
+
+
+
+ :
+
+
+
+ :
+
+
+
+
+ :
+
+
+
+ :
+
+
+
+ :
+
+
+