shown lpars' status

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8676 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2011-01-17 04:33:25 +00:00
parent fda179cf96
commit 16f12d47ea
3 changed files with 4 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 813 B

After

Width:  |  Height:  |  Size: 813 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 831 B

After

Width:  |  Height:  |  Size: 831 B

View File

@ -139,6 +139,10 @@ function fillList(nodeName){
var mtm = graphicalNodeList[nodeName]['mtm'];
var status = graphicalNodeList[nodeName]['status'];
if ('' == status){
status = 'unknown';
}
switch(graphicalNodeList[nodeName]['type']){
case 'bpa': {
if (undefined == bpaList[nodeName]){