mirror of https://github.com/apache/cloudstack.git
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). |
||
|---|---|---|
| .. | ||
| css | ||
| images | ||
| lib | ||
| modules | ||
| plugins | ||
| scripts | ||
| tests | ||
| dictionary.jsp | ||
| dictionary2.jsp | ||
| error.jsp | ||
| index.jsp | ||