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:
parent
fda179cf96
commit
16f12d47ea
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 |
@ -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]){
|
||||
|
Loading…
Reference in New Issue
Block a user