[유치수] [NOBTS] 서버맵의 노드 가로 간격을 50에서 150으로 변경.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@1666 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2013-05-14 07:02:50 +00:00
parent 41d6013ad8
commit ce47735904
@@ -191,7 +191,7 @@ var ServerMap = $.Class({
this._oDiagram.layout = this.$(go.LayeredDigraphLayout, //{ isOngoing: false, layerSpacing: 50 });
{ //rdirection: 90,
isOngoing: false,
layerSpacing: 50,
layerSpacing: 150,
columnSpacing: 50,
setsPortSpots: false }
);