cloudstack/ui
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
..
css [UI] change the Icon for changing ACL's for a tier in a VPC 2015-11-06 11:05:10 +01:00
images ui: use cloudstack logo as favicon 2015-05-03 15:25:44 +02:00
lib CLOUDSTACK-7659: UI: Upgrade jquery-validate lib to the latest 1.13.0 version with the additional-methods included. 2014-10-28 14:20:56 -07:00
modules Fix Externalization of hard-coded label strings 2014-09-17 13:59:13 -07:00
plugins CLOUDSTACK-8621: Allow UI plugins to be shown on navigation bar 2015-07-09 15:25:13 +05:30
scripts CLOUDSTACK-9068: Listing Port Forwarding Rules take too much time to load 2015-11-17 23:02:55 +05:30
tests List view: tests for filter dropdown 2014-01-28 15:48:44 -08:00
dictionary.jsp FIX: Ovm3 physical network traffic labels to work. 2015-10-22 11:57:42 +02:00
dictionary2.jsp CLOUDSTACK-8930: Showing blank screen when click 'Next' link in final step of Add Zone wizard. 2015-10-07 07:47:00 +01:00
error.jsp rat: add license header to error.jsp 2015-05-18 23:22:26 +01:00
index.jsp [UI] fix typo for user data field 2015-11-05 08:06:51 +01:00