cloudstack/ui/scripts
Jessica Wang d0ff6cd461 CLOUDSTACK-6695: Added support to the UI for uploading a chain of certificates
In the "SSL Certificate" dialog we added:
- new field for the root certificate;
- a button to add intermediate certificates if necessary; when this is pressed, a new field, called "Intermediate certificate 1" is added; pressed again, "Intermediate certificate 2" field is added, and so on.

We upload the certificates in order: first the root certificate (with id=1), then the intermediate certificates (with id=2,3,..) and finally the server certificate.
When uploading a certificate, we wait for the upload to be completed successfully and only then we proceed to uploading the next one. If one fails, we report failure and don't continue with the remaining.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-08 11:39:38 -07:00
..
ui CLOUDSTACK-6936: UI - (1)dialog widget > dropdown field > provide a blank option if there is no data for option(s) in a dropdown field. (2) Add Primary Storage dialog - cluster dropdown field - still calls args.response.success() when there is no data for option(s). 2014-07-28 16:02:40 +02:00
ui-custom CLOUDSTACK-6695: Added support to the UI for uploading a chain of certificates 2014-08-08 11:39:38 -07:00
accounts.js CLOUDSTACK-6789: UI > User page > fix a bug that a domain-admin was unable to delete other domain-admin in the same domain. 2014-07-28 16:02:22 +02:00
accountsWizard.js CLOUDSTACK-6805: UI > create account > fix a bug that account creation failed when password contains # character. 2014-07-28 16:02:24 +02:00
affinity.js CLOUDSTACK-5732: UI > Affinity Group > implement search, send keyword parameter to listAffinityGroups API. 2014-01-08 13:48:04 -08:00
autoscaler.js Fixed-Hardcoding-Issues 2014-02-14 07:44:54 -08:00
cloud.core.callbacks.js Format JS 2013-07-18 12:34:20 -04:00
cloudStack.js CLOUDSTACK-6852: UI - modules - remove variable drModuleIncluded. 2014-07-28 16:02:34 +02:00
configuration.js CLOUDSTACK-6889: UI - create network offering - to reduce API call size, not pass any parameter whose value entered on UI happens to be the same as its default value at server-side. 2014-07-28 16:02:31 +02:00
dashboard.js Format JS 2013-07-18 12:34:20 -04:00
docs.js CLOUDSTACK-6255 2014-04-28 18:45:54 +02:00
domains.js Fixed-Hardcoding-Issues 2014-02-14 07:44:54 -08:00
events.js Truncate event type column to prevent wrapping 2013-12-16 16:17:13 -08:00
globalSettings.js Add missing strings for LDAP section, S3 fields 2013-12-18 13:29:25 -08:00
installWizard.js Externalized the hardcodedstrings from UI JAVASCRIPT files. 2014-03-05 14:11:51 -08:00
instanceWizard.js Remove commented-out-code 2014-04-03 13:57:43 -07:00
instances.js UI - modules - replace addExtraPropertiesIfDrModuleIncluded() with cloudStack.dr.sharedFunctions.addExtraProperties(). 2014-07-28 16:02:35 +02:00
lbStickyPolicy.js Format JS 2013-07-18 12:34:20 -04:00
network.js UI - modules - replace addExtraPropertiesIfDrModuleIncluded() with cloudStack.dr.sharedFunctions.addExtraProperties(). 2014-07-28 16:02:35 +02:00
plugins.js Plugin API: Support multiple JS includes per plugin 2014-01-27 12:39:36 -08:00
projects.js Format JS 2013-07-18 12:34:20 -04:00
regions.js CLOUDSTACK-6255 2014-04-28 18:45:54 +02:00
sharedFunctions.js UI - modules - replace addExtraPropertiesIfDrModuleIncluded() with cloudStack.dr.sharedFunctions.addExtraProperties(). 2014-07-28 16:02:35 +02:00
storage.js UI - modules - replace addExtraPropertiesIfDrModuleIncluded() with cloudStack.dr.sharedFunctions.addExtraProperties(). 2014-07-28 16:02:35 +02:00
system.js CLOUDSTACK-6732: Fix:[OVS][UI] Network Service Providers page displays two ovs providers 2014-07-28 16:02:47 +02:00
templates.js CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs 2014-07-28 16:02:18 +02:00
vm_snapshots.js UI code cleanup: Fix trailing commas in JS 2013-09-24 11:16:13 -07:00
vpc.js CLOUDSTACK-6602: UI - VPC - createNetworkACL - fix a bug that caused wrong value being passed to action parameter in API call. 2014-06-12 12:21:34 +02:00
zoneWizard.js Fixed 'label.path' being displayed in zone wizard 2014-04-12 11:16:20 -04:00