mirror of https://github.com/apache/cloudstack.git
new UI - instance page - after refresh details tab, refresh data stored in middle menu item as well.
This commit is contained in:
parent
50e62f945f
commit
04d758f086
|
|
@ -1429,7 +1429,8 @@ function vmJsonToDetailsTab(){
|
|||
jsonObj = items[0];
|
||||
}
|
||||
});
|
||||
$thisTab.data("jsonObj", jsonObj);
|
||||
$thisTab.data("jsonObj", jsonObj);
|
||||
$midmenuItem1.data("jsonObj", jsonObj);
|
||||
|
||||
resetViewConsoleAction(jsonObj, $thisTab);
|
||||
setVmStateInRightPanel(jsonObj.state, $thisTab.find("#state"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue