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 e547174f4f
commit 463257dcec
1 changed files with 9 additions and 1 deletions

View File

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