mirror of https://github.com/apache/cloudstack.git
new UI - Resources page - fix a bug that clicking zone arrow icon didn't show pod and systemVM in IE7.
This commit is contained in:
parent
99526ec468
commit
2df194dfa7
|
|
@ -183,10 +183,10 @@ function afterLoadResourceJSP() {
|
|||
switch (action) {
|
||||
case "zone_expand" :
|
||||
if (target.hasClass("zonetree_closedarrows")) {
|
||||
$("#zone_"+id+" #zone_content").show();
|
||||
$("#zone_"+id).find("#zone_content").show();
|
||||
target.removeClass().addClass("zonetree_openarrows");
|
||||
} else {
|
||||
$("#zone_"+id+" #zone_content").hide();
|
||||
$("#zone_"+id).find("#zone_content").hide();
|
||||
target.removeClass().addClass("zonetree_closedarrows");
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue