From bcd71e08bfed2c46f29a615828d2f3fa73cf01b3 Mon Sep 17 00:00:00 2001 From: Denny Lim Date: Sat, 7 Jun 2014 02:25:51 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9E=84=EB=8C=80=ED=98=84]=20#111=20agent=20?= =?UTF-8?q?filter=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@3997 84d0f5b1-2673-498c-a247-62c4ff18d310 --- src/main/webapp/scripts/directives/serverMap.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/webapp/scripts/directives/serverMap.js b/src/main/webapp/scripts/directives/serverMap.js index a1db50562..56572a577 100644 --- a/src/main/webapp/scripts/directives/serverMap.js +++ b/src/main/webapp/scripts/directives/serverMap.js @@ -446,6 +446,8 @@ pinpointApp.directive('serverMap', [ 'serverMapConfig', 'ServerMapDao', 'Alerts' scope.targetHistogram = htLastLink.toNode.agentHistogram; scope.fromApplicationName = htLastLink.fromNode.applicationName; scope.toApplicationName = htLastLink.toNode.applicationName; + scope.fromAgentName = ''; + scope.toAgentName = ''; scope.$broadcast('sidebarTitle.initialize.forServerMap', oSidebarTitleVo);