From 7b2cff1fc99c4146a129c2cb80cecedd0790d29f Mon Sep 17 00:00:00 2001 From: Denny Lim Date: Wed, 23 Apr 2014 01:46:48 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9E=84=EB=8C=80=ED=98=84]=20#114=20unknown?= =?UTF-8?q?=20group=20node/link=EC=9D=98=20=EC=83=81=EC=84=B8=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=EC=97=90=20=EB=B3=B4=EC=97=AC=EC=A3=BC=EB=8A=94=20?= =?UTF-8?q?=EC=B0=A8=ED=8A=B8=EB=A5=BC=20histogram=EC=97=90=EC=84=9C=20loa?= =?UTF-8?q?d=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= 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@3720 84d0f5b1-2673-498c-a247-62c4ff18d310 --- src/main/webapp/scripts/directives/linkInfoDetails.js | 1 - src/main/webapp/scripts/services/ServerMapDao.js | 2 +- src/main/webapp/views/linkInfoDetails.html | 2 +- src/main/webapp/views/nodeInfoDetails.html | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/scripts/directives/linkInfoDetails.js b/src/main/webapp/scripts/directives/linkInfoDetails.js index b3a1a50bd..e548012a2 100644 --- a/src/main/webapp/scripts/directives/linkInfoDetails.js +++ b/src/main/webapp/scripts/directives/linkInfoDetails.js @@ -55,7 +55,6 @@ pinpointApp.directive('linkInfoDetails', [ 'linkInfoDetailsConfig', 'HelixChartV */ showDetailInformation = function (link) { if (link.targetRawData) { - console.log('link', link); htTargetRawData = link.targetRawData; scope.linkCategory = 'UnknownLinkInfoBox'; for (var key in link.targetInfo) { diff --git a/src/main/webapp/scripts/services/ServerMapDao.js b/src/main/webapp/scripts/services/ServerMapDao.js index f261c5490..cc30002f3 100644 --- a/src/main/webapp/scripts/services/ServerMapDao.js +++ b/src/main/webapp/scripts/services/ServerMapDao.js @@ -497,7 +497,7 @@ pinpointApp.service('ServerMapDao', [ 'serverMapDaoConfig', function ServerMapDa newLink.filterApplicationName = link.filterApplicationName; newLink.filterApplicationServiceTypeCode = link.filterApplicationServiceTypeCode; newLink.sourceInfo = link.sourceInfo; - link.targetInfo['text'] = link.text; + link.targetInfo['count'] = link.text; newLink.targetInfo.push(link.targetInfo); newLink.targetRawData[link.targetInfo.applicationName] = angular.copy(link); diff --git a/src/main/webapp/views/linkInfoDetails.html b/src/main/webapp/views/linkInfoDetails.html index dc3917ecc..9a6f52d79 100644 --- a/src/main/webapp/views/linkInfoDetails.html +++ b/src/main/webapp/views/linkInfoDetails.html @@ -2,7 +2,7 @@
-
+
diff --git a/src/main/webapp/views/nodeInfoDetails.html b/src/main/webapp/views/nodeInfoDetails.html index cb6e37bda..7e08e7c50 100644 --- a/src/main/webapp/views/nodeInfoDetails.html +++ b/src/main/webapp/views/nodeInfoDetails.html @@ -2,7 +2,7 @@
-
+
{{node.applicationName}}