diff --git a/src/main/webapp/scripts/directives/serverMap.js b/src/main/webapp/scripts/directives/serverMap.js index 4bd2acaa6..4d2d42f4e 100644 --- a/src/main/webapp/scripts/directives/serverMap.js +++ b/src/main/webapp/scripts/directives/serverMap.js @@ -22,7 +22,9 @@ pinpointApp.constant('serverMapConfig', { "sRouting": "Normal", // Normal, Orthogonal, AvoidNodes "sCurve": "JumpGap" // Bezier, JumpOver, JumpGap } - } + }, + FILTER_DELIMETER: "^", + FILTER_ENTRY_DELIMETER: "|" }); pinpointApp.directive('serverMap', [ 'serverMapConfig', '$window', 'ServerMapDao', 'Alerts', 'ProgressBar', 'encodeURIComponentFilter',