cloudstack-mirror/ui/scripts
Nitin Kumar Maharana 238954cf58 CLOUDSTACK-9068: Listing Port Forwarding Rules take too much time to load
For 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).

(cherry picked from commit 48df255f71)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2016-03-22 17:04:20 +01:00
..
ui CLOUDSTACK-9068: Listing Port Forwarding Rules take too much time to load 2016-03-22 17:04:20 +01:00
ui-custom ui: Remove Metrics UI feature 2015-11-20 14:02:00 +05:30
accounts.js CLOUDSTACK-8457: SAML UI Dialog fixes to use local $form 2015-07-15 18:37:27 +05:30
accountsWizard.js CLOUDSTACK-8457: SAML UI Dialog fixes to use local $form 2015-07-15 18:37:27 +05:30
affinity.js CLOUDSTACK-7779: UI > affinity group action filter > extend scope from local to global. 2014-10-23 16:19:04 -07:00
autoscaler.js Fix Externalization of hard-coded label strings 2014-09-17 13:59:13 -07:00
cloud.core.callbacks.js CLOUDSTACK-8642: SSO Method not allowed bug fix. Due to CLOUDSTACK-8505 and commit 1c81b241e7 2015-07-16 21:44:58 +05:30
cloudStack.js CLOUDSTACK-9020: Metrics views for CloudStack UI 2015-11-06 11:06:02 +05:30
configuration.js CLOUDSTACK-6543 Sort domain lists in UI 2015-04-17 15:18:16 +02:00
dashboard.js CLOUDSTACK-8285: check and update IP capacity states based on allocation state 2015-02-25 16:46:12 +05:30
docs.js CLOUDSTACK-8457: SAML auth plugin improvements for production usage 2015-06-29 12:25:02 +02:00
domains.js CLOUDSTACK-8307: UI not showing all Domains, if there are more than 24 domains then the last domain gets cut off on firefox and IE. Added a flag in treeview widget and based on the flag adding css class which will make overflow as scroll instead of the default auto. 2015-03-09 14:27:23 +05:30
events.js CLOUDSTACK-6543 Sort domain lists in UI 2015-04-17 15:18:16 +02:00
globalSettings.js CLOUDSTACK-7816: UI > Global Settings > add "Baremetal Rack Configuration" section. 2014-10-30 11:27:38 -07:00
installWizard.js api: avoid sending sensitive data in api response 2015-03-11 16:34:11 +05:30
instances.js ui: fix instances null check regression from 2f250e2 2015-11-25 14:12:53 +05:30
instanceWizard.js CLOUDSTACK-8075: UI > Instances menu > Add Instance > Select template/ISO > "shared" tab > select a shared template, click Next button => fix error "unable to find matched template object". 2014-12-17 10:58:43 -08:00
lbStickyPolicy.js Fix Externalization of hard-coded label strings 2014-09-17 13:59:13 -07:00
network.js CLOUDSTACK-8231: Fixed UI empty drop-down list for LB rules 2015-05-29 21:19:26 +02:00
plugins.js Plugin API: Support multiple JS includes per plugin 2014-01-27 12:39:36 -08:00
projects.js CLOUDSTACK-6543 Sort domain lists in UI 2015-04-17 15:18:16 +02:00
regions.js CLOUDSTACK-6543 Sort domain lists in UI 2015-04-17 15:18:16 +02:00
sharedFunctions.js CLOUDSTACK-8457: SAML UI enhancements 2015-07-14 10:20:00 +05:30
storage.js ui: remove viewMetrics from instances/storage/system 2015-11-23 11:45:58 +05:30
system.js ui: remove viewMetrics from instances/storage/system 2015-11-23 11:45:58 +05:30
templates.js CLOUDSTACK-4787: Allow users to select disk controller for VM/template 2015-11-27 18:30:00 +05:30
vm_snapshots.js UI code cleanup: Fix trailing commas in JS 2013-09-24 11:16:13 -07:00
vpc.js CLOUDSTACK-7915: Remove hard-coded values for Load Balancer algorithms in UI 2014-11-25 11:56:34 +05:30
zoneWizard.js CLOUDSTACK-8301: Enable configuring local storage use for system VMs at zone level 2015-08-08 22:41:52 +05:30