mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 08:16:15 +10:00
[유치수] [PINPOINT-219] unknown group node는 통계정보 조회 안함.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@1897 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user