mirror of https://github.com/apache/cloudstack.git
bug 7135 - remove systemVM from zonetree.
This commit is contained in:
parent
a1a5bd3393
commit
65dad28ae1
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue