You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/11/02 20:05:33 UTC

[2/2] git commit: updated refs/heads/master to 8db10be

Merge pull request #897 from nitin-maharana/CloudStack-Nitin10

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.

* pr/897:
  CLOUDSTACK-8919: Slow UI response while loading the list of networks in network tab.

Signed-off-by: Remi Bergsma <gi...@remi.nl>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8db10be0
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8db10be0
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8db10be0

Branch: refs/heads/master
Commit: 8db10be093343ce714dc7374d6afa90ce1ef5d63
Parents: 0b4cc5d e8c4b2b
Author: Remi Bergsma <gi...@remi.nl>
Authored: Mon Nov 2 20:04:51 2015 +0100
Committer: Remi Bergsma <gi...@remi.nl>
Committed: Mon Nov 2 20:04:51 2015 +0100

----------------------------------------------------------------------
 ui/scripts/network.js | 43 ++++++++++++++++++++++++++++---------------
 1 file changed, 28 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8db10be0/ui/scripts/network.js
----------------------------------------------------------------------