mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 08:46:22 +10:00
[임대현] #107 histogram에서 error 막대 클릭했을 때 filter json에 ie프로퍼티가 빠져있습니다.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@3619 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -226,7 +226,7 @@ pinpointApp.directive('linkInfoDetails', [ 'linkInfoDetailsConfig', 'HelixChartV
|
||||
.setToApplication(htLastLink.targetInfo.applicationName)
|
||||
.setToServiceType(htLastLink.targetInfo.serviceType);
|
||||
|
||||
if (label === 'error') {
|
||||
if (label.toLowerCase() === 'error') {
|
||||
oServerMapFilterVo.setIncludeException(true);
|
||||
} else if (label.indexOf('+') > 0) {
|
||||
oServerMapFilterVo
|
||||
|
||||
Reference in New Issue
Block a user