mirror of https://github.com/apache/cloudstack.git
new UI - fix a bug that host and primary storage appear more than once when clicking between different left menu.
This commit is contained in:
parent
ae561edb25
commit
a9c82e2bd5
|
|
@ -42,7 +42,7 @@ function buildZoneTree() {
|
|||
}
|
||||
});
|
||||
|
||||
$("#leftmenu_zone_node_template").bind("click", function(event) {
|
||||
$("#leftmenu_zone_node_template").unbind("click").bind("click", function(event) {
|
||||
var template = $(this);
|
||||
var target = $(event.target);
|
||||
var action = target.attr("id");
|
||||
|
|
|
|||
Loading…
Reference in New Issue