From 0fbae63ab940b5825ceecafdaca57651cc0137fc Mon Sep 17 00:00:00 2001 From: xq2005 Date: Wed, 23 Mar 2011 03:25:01 +0000 Subject: [PATCH] graphical layout for xcatsetup git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9132 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/nodes/physical.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-UI/js/nodes/physical.js b/xCAT-UI/js/nodes/physical.js index 6e5bf0f36..35170a6c5 100644 --- a/xCAT-UI/js/nodes/physical.js +++ b/xCAT-UI/js/nodes/physical.js @@ -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; }