mirror of https://github.com/apache/cloudstack.git
new UI - actions on details tab - hide spinning wheel when selecting another item in middle menu.
This commit is contained in:
parent
1cd370fc36
commit
7fe67da4b0
|
|
@ -577,6 +577,7 @@ function clearMiddleMenu() {
|
|||
|
||||
function clearRightPanel() {
|
||||
$("#right_panel_content #tab_content_details #action_link #action_menu #action_list").empty();
|
||||
$("#right_panel_content #tab_content_details #spinning_wheel").hide();
|
||||
$("#right_panel_content #after_action_info_container").hide();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue