mirror of https://github.com/apache/cloudstack.git
new UI - show middle menu when clicking pod node in left menu.
This commit is contained in:
parent
4cca3f9b87
commit
41fb27d246
|
|
@ -85,7 +85,7 @@ function buildZoneTree() {
|
|||
selectTreeNodeInLeftMenu(target.parent().parent().parent());
|
||||
var jsonObj = target.data("jsonObj");
|
||||
showPage($("#pod_page"), jsonObj);
|
||||
hideMiddleMenu();
|
||||
showMiddleMenu();
|
||||
podJsonToDetailsTab(jsonObj);
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue