diff --git a/ui/scripts/cloud.core.pod.js b/ui/scripts/cloud.core.pod.js index 45fd0476133..1167c592c75 100644 --- a/ui/scripts/cloud.core.pod.js +++ b/ui/scripts/cloud.core.pod.js @@ -213,6 +213,7 @@ function podJsonClearRightPanel(jsonObj) { function podJsonClearDetailsTab(jsonObj) { var $thisTab = $("#right_panel_content #tab_content_details"); + $thisTab.find("#grid_header_title").text(""); $thisTab.find("#id").text(""); $thisTab.find("#name").text("");