mirror of https://github.com/apache/cloudstack.git
VPC UI: Network ACL: Only show 'acl' tab on detail view
reviewed-by: jessica
This commit is contained in:
parent
e547174f4f
commit
463257dcec
|
|
@ -91,7 +91,15 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
detailView: tierDetailView
|
||||
detailView: function() {
|
||||
var detailView = $.extend(true, {}, tierDetailView);
|
||||
|
||||
detailView.tabs = {
|
||||
acl: tierDetailView.tabs.acl
|
||||
};
|
||||
|
||||
return detailView;
|
||||
}
|
||||
}
|
||||
}),
|
||||
{ context: acl.context }
|
||||
|
|
|
|||
Loading…
Reference in New Issue