[임대현] #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:
Denny Lim
2014-04-08 08:53:46 +00:00
parent 271230e21b
commit 43e041d75b
@@ -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