diff --git a/ui/scripts/ui-custom/vpc.js b/ui/scripts/ui-custom/vpc.js index dbbe04f455a..7e7d44a9196 100644 --- a/ui/scripts/ui-custom/vpc.js +++ b/ui/scripts/ui-custom/vpc.js @@ -91,7 +91,15 @@ } } }, - detailView: tierDetailView + detailView: function() { + var detailView = $.extend(true, {}, tierDetailView); + + detailView.tabs = { + acl: tierDetailView.tabs.acl + }; + + return detailView; + } } }), { context: acl.context }