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/28 14:52:57 UTC

[2/2] git commit: updated refs/heads/4.6 to 48ade05

Merge pull request #1081 from nitin-maharana/CloudStack-Nitin15

CLOUDSTACK-9068: Listing Port Forwarding Rules take too much time to loadFor setting the width of each data item for each row of Port Forwarding rules, it was processing all rules.

Basically for each data item, it was searching in all rules, which is un-necessary.
If there are N-Rules, It was processing N-times.

Now, it only processes one time by taking all N-rules at a time.
The previous solution was of O(NxN). Now its changed to O(N).

* pr/1081:
  CLOUDSTACK-9068: Listing Port Forwarding Rules take too much time to load

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/48ade053
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/48ade053
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/48ade053

Branch: refs/heads/4.6
Commit: 48ade0537020a57da99e8b3aa69c96aae35533a8
Parents: 9960593 48df255
Author: Remi Bergsma <gi...@remi.nl>
Authored: Sat Nov 28 14:51:31 2015 +0100
Committer: Remi Bergsma <gi...@remi.nl>
Committed: Sat Nov 28 14:51:31 2015 +0100

----------------------------------------------------------------------
 ui/scripts/ui/widgets/multiEdit.js | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------