GitHub user rags22489664 opened a pull request:
https://github.com/apache/cloudstack/pull/87
CLOUDSTACK-8280: UI does not display source CIDR in VPC ACL
Since https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=6b0c34f,
the source cidr for acl rules are not dislpayed in the UI. Since the entity was
split into two tables network_acl_item and network_acl_item_cidrs, populating
cidrs before returning the response,
A view could have been created but only one column from the
network_acl_item_cidrs table is needed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rags22489664/cloudstack master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/87.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #87
----
commit 9f07a55f391f4928a6d16f930f142ad63884074d
Author: ramamurtis <[email protected]>
Date: 2015-02-24T10:12:12Z
CLOUDSTACK-8280: UI does not display source CIDR in VPC ACL
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---