bug 7135 - remove systemVM from zonetree.

This commit is contained in:
Jessica Wang 2010-11-09 12:46:52 -08:00
parent a1a5bd3393
commit 65dad28ae1
1 changed files with 3 additions and 2 deletions

View File

@ -72,7 +72,7 @@ function buildZoneTree() {
}
}
});
/*
$.ajax({
data: createURL("command=listSystemVms&zoneid="+zoneObj.id+maxPageSize),
dataType: "json",
@ -88,7 +88,8 @@ function buildZoneTree() {
}
}
}
});
});
*/
}
else if(target.hasClass("expanded_open")) {
target.removeClass("expanded_open").addClass("expanded_close");