[임대현] [NOBTS] serverMap refresh 기능 추가

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@3010 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Denny Lim
2013-12-10 08:26:20 +00:00
parent becbba44dd
commit 72dcc247e1
@@ -22,7 +22,9 @@ pinpointApp.constant('serverMapConfig', {
"sRouting": "Normal", // Normal, Orthogonal, AvoidNodes
"sCurve": "JumpGap" // Bezier, JumpOver, JumpGap
}
}
},
FILTER_DELIMETER: "^",
FILTER_ENTRY_DELIMETER: "|"
});
pinpointApp.directive('serverMap', [ 'serverMapConfig', '$window', 'ServerMapDao', 'Alerts', 'ProgressBar', 'encodeURIComponentFilter',