mirror of https://github.com/apache/cloudstack.git
The real commit for the dashboard fix
This commit is contained in:
parent
5d9af3b22d
commit
1736f081e4
|
|
@ -31,6 +31,7 @@ $(document).ready(function() {
|
|||
// Setup first level navigation
|
||||
$("#leftmenu_dashboard").bind("click", function(event) {
|
||||
if (selectLeftMenu($(this))) {
|
||||
clearMiddleMenu();
|
||||
hideMiddleMenu();
|
||||
$("#right_panel").load("jsp/dashboard.jsp", function(){
|
||||
afterLoadDashboardJSP();
|
||||
|
|
|
|||
Loading…
Reference in New Issue