pod page - clear grid header title after deleting a pod.

This commit is contained in:
Jessica Wang 2010-12-21 14:09:16 -08:00
parent d5a8136f14
commit 6a1a88be5f

View File

@ -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("");