From 0361e9568346bb8643fa6e24355bea0903e4677f Mon Sep 17 00:00:00 2001 From: xq2005 Date: Fri, 9 Mar 2012 10:59:49 +0000 Subject: [PATCH] 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 --- xCAT-UI/js/monitor/gangliamon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-UI/js/monitor/gangliamon.js b/xCAT-UI/js/monitor/gangliamon.js index e8896c527..ffde97201 100644 --- a/xCAT-UI/js/monitor/gangliamon.js +++ b/xCAT-UI/js/monitor/gangliamon.js @@ -263,6 +263,7 @@ function extractLocationlData(locationData) { parent = temparray[2]; if (!parent) { // Go to next node + otherhash[1].push(name); continue; }