mirror of https://github.com/apache/cloudstack.git
fix a bug that right panel doesn't get refreshed if clicking dashboard first and clicking another page (e.g. My Instances page).
This commit is contained in:
parent
8a1ec4ef8e
commit
72485f95ea
|
|
@ -167,6 +167,7 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
$("#right_panel").load("jsp/dashboard.jsp", function(){
|
||||
currentRightPanelJSP = "jsp/dashboard.jsp";
|
||||
afterLoadDashboardJSP();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue