From 5a714bbfeb37681d3213ba7551df4e33bb49f877 Mon Sep 17 00:00:00 2001 From: Chisu Yu Date: Mon, 24 Jun 2013 05:12:20 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9C=A0=EC=B9=98=EC=88=98]=20[PINPOINT-219]?= =?UTF-8?q?=20unknown=20group=20node=EB=8A=94=20=ED=86=B5=EA=B3=84?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=20=EC=A1=B0=ED=9A=8C=20=EC=95=88=ED=95=A8.?= 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@1897 84d0f5b1-2673-498c-a247-62c4ff18d310 --- src/main/webapp/common/js/pinpoint/chart-servermap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/common/js/pinpoint/chart-servermap.js b/src/main/webapp/common/js/pinpoint/chart-servermap.js index e279ffdd1..5dbabd7c9 100644 --- a/src/main/webapp/common/js/pinpoint/chart-servermap.js +++ b/src/main/webapp/common/js/pinpoint/chart-servermap.js @@ -841,7 +841,7 @@ var nodeClickHandler = function(e, query, data, containerId) { $('#nodeInfoDetails .info').append($('#NodeInfoBox').tmpl(data)); } - if (!data.rawdata && data.category != "USER") { + if (!data.rawdata && data.category != "USER" && data.category != "UNKNOWN_GROUP") { applicationStatistics(query.from, query.to, data.text, data.serviceTypeCode); } }