graphical layout for xcatsetup

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9132 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2011-03-23 03:25:01 +00:00
parent 1add2198f2
commit 0fbae63ab9

View File

@ -180,7 +180,7 @@ function fillList(nodeName){
}
switch(graphicalNodeList[nodeName]['type']){
case 'bpa': {
case 'frame': {
if (undefined == bpaList[nodeName]){
bpaList[nodeName] = new Array();
}
@ -201,7 +201,7 @@ function fillList(nodeName){
lparList[nodeName] = status;
}
break;
case 'fsp': {
case 'cec': {
if (undefined != fspList[nodeName]){
break;
}