From cd64345368aebdb9a86de962bf0a1b00c53fcc8f Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Wed, 20 Apr 2016 10:48:06 +0200 Subject: [PATCH] New maps in progress... (Added policies and groups tooltips) --- pandora_console/include/ajax/map.ajax.php | 108 ++++++++++++++++++ .../include/javascript/map/MapController.js | 3 +- 2 files changed, 110 insertions(+), 1 deletion(-) 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 ()) { + + : + +
+ + : + +
+ + : + +
+ + + : + +
+ + : + +
+ + : + +
+