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);