cloudstack/ui/scripts
Nitin Kumar Maharana 48df255f71 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).
2015-11-17 23:02:55 +05:30
..
ui CLOUDSTACK-9068: Listing Port Forwarding Rules take too much time to load 2015-11-17 23:02:55 +05:30
ui-custom CLOUDSTACK-8930: Showing blank screen when click 'Next' link in final step of Add Zone wizard. 2015-10-07 07:47:00 +01:00
accounts.js CLOUDSTACK-8744 Add missing localization (l10n) for several parts in the UI 2015-08-18 11:16:14 +01:00
accountsWizard.js Removed leading tabs from ui/scripts/*.js 2015-08-07 11:58:13 +02:00
affinity.js Removed leading tabs from ui/scripts/*.js 2015-08-07 11:58:13 +02:00
autoscaler.js CLOUDSTACK-8744 Add missing localization (l10n) for several parts in the UI 2015-08-18 11:16:14 +01:00
cloud.core.callbacks.js Removed leading tabs from ui/scripts/*.js 2015-08-07 11:58:13 +02:00
cloudStack.js Made interface changes related to CLOUDSTACK-8580 2015-08-14 11:13:21 +02:00
configuration.js CLOUDSTACK-8984: VPC Network offerings tab missing from UI 2015-10-29 09:21:16 +05:30
dashboard.js Removed leading tabs from ui/scripts/*.js 2015-08-07 11:58:13 +02:00
docs.js CLOUDSTACK-8647: UI for trust AD feature 2015-08-27 17:34:02 +05:30
domains.js CLOUDSTACK-8647: UI for trust AD feature 2015-08-27 17:34:02 +05:30
events.js Removed trailing whitespace from ui/scripts/*.js 2015-08-07 11:25:15 +02:00
globalSettings.js Removed leading tabs from ui/scripts/*.js 2015-08-07 11:58:13 +02:00
installWizard.js api: avoid sending sensitive data in api response 2015-03-11 16:34:56 +05:30
instanceWizard.js [UI] change alert to ui dialog in response of instance wizard 2015-11-06 13:49:32 +01:00
instances.js CLOUDSTACK-8990: start a stopped machine on a specific determinable host on UI 2015-10-26 14:29:29 +01:00
lbStickyPolicy.js CLOUDSTACK-8744 Add missing localization (l10n) for several parts in the UI 2015-08-18 11:16:14 +01:00
network.js Merge pull request #897 from nitin-maharana/CloudStack-Nitin10 2015-11-02 20:04:51 +01:00
plugins.js Plugin API: Support multiple JS includes per plugin 2014-01-27 12:39:36 -08:00
projects.js Removed leading tabs from ui/scripts/*.js 2015-08-07 11:58:13 +02:00
regions.js CLOUDSTACK-8744 Add missing localization (l10n) for several parts in the UI 2015-08-18 11:16:14 +01:00
sharedFunctions.js Made interface changes related to CLOUDSTACK-8580 2015-08-14 11:13:21 +02:00
storage.js CLOUDSTACK-5863: revert volume snapshot for KVM/QCOW2 2015-08-24 11:01:50 +02:00
system.js CLOUDSTACK-9038 - Infrastructure tab is slow because of synchronous API calls 2015-11-05 16:54:05 +05:30
templates.js CLOUDSTACK-8766: Fix infinite scrolling pagination for zonal iso/template listing 2015-08-28 13:07:47 +05:30
vm_snapshots.js UI code cleanup: Fix trailing commas in JS 2013-09-24 11:16:13 -07:00
vpc.js [UI] change alert to ui dialog in response of instance wizard 2015-11-06 13:49:32 +01:00
zoneWizard.js CLOUDSTACK-9044: Add RBD Primary Storage to the Zone Wizard. 2015-11-08 18:22:39 +01:00