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:
parent
0c6801effb
commit
42e8079006
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user