Fixed jsTree to handle subgroups.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8194 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2010-11-18 00:39:27 +00:00
parent 0c6801effb
commit 42e8079006

View File

@ -176,6 +176,8 @@ function loadGroups4Ganglia(data) {
// Load nodes onclick
$('#groups')
.bind('select_node.jstree', function(event, data) {
// If there are subgroups, remove them
data.rslt.obj.children('ul').remove();
var thisGroup = jQuery.trim(data.rslt.obj.text());
if (thisGroup) {
// Clear nodes division