fix the ganglia node area show bug

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11804 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2012-03-09 10:59:49 +00:00
parent f6deceee5d
commit 0361e95683

View File

@ -263,6 +263,7 @@ function extractLocationlData(locationData) {
parent = temparray[2];
if (!parent) {
// Go to next node
otherhash[1].push(name);
continue;
}