diff --git a/ui/new/scripts/cloud.core2.js b/ui/new/scripts/cloud.core2.js index 5623e8b5008..e3f09c1503a 100644 --- a/ui/new/scripts/cloud.core2.js +++ b/ui/new/scripts/cloud.core2.js @@ -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(); }