mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 08:16:15 +10:00
[임대현] [NOBTS] servermap mergenode 하는거 수정
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2677 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -279,16 +279,9 @@ pinpointApp.directive('serverMap', [ 'serverMapConfig', '$rootScope', '$window',
|
||||
*/
|
||||
getFilteredServerMapData = function (query, callback) {
|
||||
oProgressBar.setLoading(30);
|
||||
var url;
|
||||
if (oServerMap) {
|
||||
url = 'test2.json';
|
||||
} else {
|
||||
url = 'test1.json';
|
||||
}
|
||||
jQuery.ajax({
|
||||
type: 'GET',
|
||||
// url: cfg.filteredServerMapDataUrl,
|
||||
url: url,
|
||||
url: cfg.filteredServerMapDataUrl,
|
||||
cache: false,
|
||||
dataType: 'json',
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user