[임대현] #111 agent filter 추가

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@3997 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Denny Lim
2014-06-07 02:25:51 +00:00
parent e68d0283dd
commit bcd71e08bf
@@ -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);