mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
pod page - clear grid header title after deleting a pod.
This commit is contained in:
parent
d5a8136f14
commit
6a1a88be5f
@ -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("");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user