mirror of https://github.com/apache/cloudstack.git
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
This commit is contained in:
parent
199806c1be
commit
cb35d83b85
|
|
@ -942,6 +942,8 @@
|
|||
}).appendTo($tabContent);
|
||||
}
|
||||
|
||||
$detailView.find('.detail-group:hidden').html('');
|
||||
|
||||
if (tabs.listView) {
|
||||
return $('<div>').listView({
|
||||
context: args.context,
|
||||
|
|
|
|||
Loading…
Reference in New Issue