VPC UI: Network ACL: Only show 'acl' tab on detail view

reviewed-by: jessica
This commit is contained in:
Brian Federle 2012-08-21 13:12:06 -07:00
parent b7f920b4c0
commit 5d94a8de8c

View File

@ -97,7 +97,15 @@
}
}
},
detailView: tierDetailView
detailView: function() {
var detailView = $.extend(true, {}, tierDetailView);
detailView.tabs = {
acl: tierDetailView.tabs.acl
};
return detailView;
}
}
}),
{ context: acl.context }