cloudstack/ui/scripts
Mihaela Stoica 901c243ed1 CLOUDSTACK-7645: [UI] Fixed incorrect label issues caused the dictionary split
In some cases the UI does not display the correct text, displaying 'label.xyz' instead of the localized string.
This appears to be due to the dictionary split: entries in dictionary2.jsp are not found because the dictionary has not been extended with dictionary2 as expected.

In this fix:
- Instead of extending the dictionary, we leave it as it is and change the localization function to look in the dictionary first and, if the item is not found there, then look in dictionary2.
- This way we are not depending on the extent() function to be called at the 'right' time; In turn, the localization function will be aware of both dictionaries.
- In the future, when we add another dictionary, we will have to modify this function only.
2014-11-11 11:22:35 -08:00
..
ui CLOUDSTACK-7826: UI - dialog widget - dependent dropdown field (dependsOn property specified) - fix a bug that default opton in dependent dropdown field didn't trigger change event handler until another option in dependent dropdown field was selected. 2014-10-31 15:33:07 -07:00
ui-custom Merge branch '4.5' 2014-11-06 10:21:30 +05:30
accounts.js Fix Externalization of hard-coded label strings 2014-09-17 13:59:13 -07:00
accountsWizard.js CLOUDSTACK-7561: UI: After creating a new account, the "Add Account" dialog remains open 2014-10-12 23:35:30 -04:00
affinity.js CLOUDSTACK-7779: UI > affinity group action filter > extend scope from local to global. 2014-10-23 16:22:30 -07:00
autoscaler.js Fix Externalization of hard-coded label strings 2014-09-17 13:59:13 -07:00
cloud.core.callbacks.js Format JS 2013-07-18 12:34:20 -04:00
cloudStack.js CLOUDSTACK-7645: [UI] Fixed incorrect label issues caused the dictionary split 2014-11-11 11:22:35 -08:00
configuration.js CLOUDSTACK-7645 2014-11-04 13:05:15 -08:00
dashboard.js CLOUDSTACK-7450: UI - dashboard - pass &pageSize=1&page=1 to listXXX API calls that are for getting total number of items. 2014-08-27 14:20:51 -07:00
docs.js CLOUDSTACK-401: add missing file format in docs.js 2014-09-21 15:21:17 -04:00
domains.js Fix Externalization of hard-coded label strings 2014-09-17 13:59:13 -07:00
events.js Fix Externalization of hard-coded label strings 2014-09-17 13:59:13 -07:00
globalSettings.js CLOUDSTACK-7816: UI > Global Settings > add "Baremetal Rack Configuration" section. 2014-10-30 11:54:29 -07:00
installWizard.js Externalized the hardcodedstrings from UI JAVASCRIPT files. 2014-03-05 14:11:51 -08:00
instanceWizard.js CLOUDSTACK-7661: UI > VM Wizard > Keyboard Language > send new parameter keyboard to deployVirtualMachine API call. 2014-10-13 00:35:45 -04:00
instances.js CLOUDSTACK-7850: UI > Instances > detailView > Attach ISO option > ISO dropdown > should list only ISOs belonging to the same zone. 2014-11-05 13:29:12 -08:00
lbStickyPolicy.js Fix Externalization of hard-coded label strings 2014-09-17 13:59:13 -07:00
network.js CLOUDSTACK-7875: [UI] - VPC - Fix validation 2014-11-11 11:16:56 -08:00
plugins.js Plugin API: Support multiple JS includes per plugin 2014-01-27 12:39:36 -08:00
projects.js CLOUDSTACK-7634: UI > Project Dropdown on top menu > not all projects are populated when there are more than 500 projects in database. 2014-10-12 23:59:50 -04:00
regions.js Fix Externalization of hard-coded label strings 2014-09-17 13:59:13 -07:00
sharedFunctions.js CLOUDSTACK-7645: [UI] Fixed incorrect label issues caused the dictionary split 2014-11-11 11:22:35 -08:00
storage.js CLOUDSTACK-7780: UI > storage > volume > detail view > data provider > remove unnecessary module check. 2014-10-23 17:00:31 -07:00
system.js CLOUDSTACK-7840: UI control tip for 'Add Primary Storage' -> 'Provider' seems wrong 2014-11-04 12:37:09 -08:00
templates.js CLOUDSTACK-7645: [UI] Fixing incorrect labels, including instances of "???label.*???" 2014-10-13 00:23:20 -04:00
vm_snapshots.js UI code cleanup: Fix trailing commas in JS 2013-09-24 11:16:13 -07:00
vpc.js CLOUDSTACK-7664: [UI] Handle change in API response for listloadbalancer 2014-10-13 00:16:05 -04:00
zoneWizard.js CLOUDSTACK-7718: No Field Validations on Zone Form 2014-10-28 14:22:51 -07:00