cloudstack/ui/scripts
Mihaela Stoica d82e556dcd 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-12 08:21:42 -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:31:24 -07:00
ui-custom Sorting projects alphabetically in drop down menu 2014-11-06 10:16:15 +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: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 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-12 08:21:42 -08:00
configuration.js CLOUDSTACK-7739: Add new vGPU types K160Q, K180Q, K280Q to the CloudStack UI. 2014-10-16 14:25:30 +05:30
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 Fixed CLOUDSTACK-6980: UI for RegisterTemplate API does not expose requireshvm parameter 2014-07-28 11:20:04 -07: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:27:38 -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:26:42 -08:00
lbStickyPolicy.js Fix Externalization of hard-coded label strings 2014-09-17 13:59:13 -07:00
network.js CLOUDSTACK-7796: UI > network > detail view > data provider > remove unnecessary module check. 2014-10-28 11:25:56 -07: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-12 08:21:42 -08:00
storage.js CLOUDSTACK-7780: UI > storage > volume > detail view > data provider > remove unnecessary module check. 2014-10-23 16:59:41 -07:00
system.js CLOUDSTACK-3212: ui > infrastructure > zones > zone > physical network > guest > network > guest ip range - listview: add gateway, netmask field. 2014-11-03 15:55:06 -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-7681: UI > zone wizard > Advanced zone > hypervisor => do not support BareMetal 2014-10-13 00:33:29 -04:00