From 72dcc247e147aba6dd243dddb5bfab4acea6a019 Mon Sep 17 00:00:00 2001 From: Denny Lim Date: Tue, 10 Dec 2013 08:26:20 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9E=84=EB=8C=80=ED=98=84]=20[NOBTS]=20serve?= =?UTF-8?q?rMap=20refresh=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@3010 84d0f5b1-2673-498c-a247-62c4ff18d310 --- src/main/webapp/scripts/directives/serverMap.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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',