mirror of https://github.com/apache/cloudstack.git
Refresh button - implement refresh button on global settings page.
This commit is contained in:
parent
dce3f9fa3b
commit
477bb92e02
|
|
@ -129,6 +129,8 @@ $(document).ready(function() {
|
|||
selectLeftSubMenu($(this));
|
||||
hideMiddleMenu();
|
||||
clearMiddleMenu();
|
||||
|
||||
$("#right_panel").data("leftmenuId", "leftmenu_global_setting");
|
||||
|
||||
$("#right_panel").load("jsp/globalsetting.jsp", function(){
|
||||
var $actionLink = $("#right_panel_content #tab_content_details #action_link");
|
||||
|
|
|
|||
Loading…
Reference in New Issue