From 943b78d6fdacd7d9c52c728840d779158b9a6f48 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Fri, 23 Dec 2016 15:29:04 +0100 Subject: [PATCH] Feature add new widgets of dhasboards. Ticket: #129 --- pandora_console/include/constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/include/constants.php b/pandora_console/include/constants.php index 6cd802cd17..8cf1436f52 100644 --- a/pandora_console/include/constants.php +++ b/pandora_console/include/constants.php @@ -464,6 +464,7 @@ define("OPTION_TREE_GROUP_SELECT", 6); define("OPTION_SINGLE_SELECT_TIME", 7); define("OPTION_CUSTOM_INPUT", 8); define("OPTION_AGENT_AUTOCOMPLETE", 9); +define("OPTION_SELECT_MULTISELECTION", 10); /* Transactional map constants */ define("NODE_TYPE", 0);