From cb35d83b85dcd9a210080d1ce2b27dad55d30511 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Tue, 11 Dec 2012 04:22:09 +0530 Subject: [PATCH] CLOUDSTACK-604:When editting pod/cluster in UI, there's no save button: A generic issue with the widget where the content from another tab to the adjacent one gets appended :resolved by making the detailsView widget change --- ui/scripts/ui/widgets/detailView.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/scripts/ui/widgets/detailView.js b/ui/scripts/ui/widgets/detailView.js index 60fbfb9c7e2..4b4fbd5a477 100644 --- a/ui/scripts/ui/widgets/detailView.js +++ b/ui/scripts/ui/widgets/detailView.js @@ -942,6 +942,8 @@ }).appendTo($tabContent); } + $detailView.find('.detail-group:hidden').html(''); + if (tabs.listView) { return $('
').listView({ context: args.context,