GitHub user nitin-maharana opened a pull request:
https://github.com/apache/cloudstack/pull/897
CLOUDSTACK-8919: Slow UI response while loading the list of networks in
network tab.
Instead of searching for each network, now it is searching for each zone.
For basic zone, it will show the security group directly because by default
securitygroupsenabled is true.
For advanced zone, check the securitygroupsenabled option in each zone. If
any one has value true, then show.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nitin-maharana/cloudstack CloudStack-Nitin10
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/897.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 #897
----
commit bee8e87ead67d3d0fd7953f5e97b9327c88db2ba
Author: Nitin Kumar Maharana <[email protected]>
Date: 2015-09-28T18:39:15Z
CLOUDSTACK-8919: Slow UI response while loading the list of networks in
network tab.
Instead of searching for each network, now it is searching for each zone.
For basic zone, it will show the security group directly because by default
securitygroupsenabled is true.
For advanced zone, check the securitygroupsenabled option in each zone. If
any one has value true, then show.
----
---
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.
---