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