mirror of
https://github.com/apache/cloudstack
synced 2026-09-01 17:30:16 +00:00
new UI - ip address page - fix a bug that highlight in middle menu doesn't work after acquiring new IP.
This commit is contained in:
parent
8f083e70ab
commit
5fb08bc459
@ -61,7 +61,7 @@ function afterLoadIpJSP() {
|
||||
var items = json.associateipaddressresponse.publicipaddress;
|
||||
//$("#dialog_info").html("<p>The IP address <b>"+items[0].ipaddress+"</b> has been assigned to your account</p>").dialog("open");
|
||||
ipToMidmenu(items[0], $midmenuItem1);
|
||||
bindClickToMidMenu($midmenuItem1, ipToRigntPanel);
|
||||
bindClickToMidMenu($midmenuItem1, ipToRigntPanel, ipGetMidmenuId);
|
||||
afterAddingMidMenuItem($midmenuItem1, true);
|
||||
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user