Commit Graph

4610 Commits

Author SHA1 Message Date
Daan Hoogland 3799558372 whitespace fixes 2014-11-11 16:51:15 +01:00
Jessica Wang 479b550d79 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.
(cherry picked from commit 21f39577e4)
2014-11-11 16:43:10 +01:00
Brian Federle d5b2014626 CLOUDSTACK-7526: Fix missing localization on 'add' button
(cherry picked from commit b04cc75065)
2014-11-01 19:10:07 +01:00
Brian Federle 48a042b9c1 CLOUDSTACK-6590: Fix view all link for multi-item detail view
-- Specifically, this fixes issue where secondary IP 'view all' link was
   not displaying, due to a change in the rows' CSS naming conventions
   in the widget.
2014-10-30 13:15:30 -07:00
Pierre-Luc Dion 8d45947016 CLOUDSTACK-401: add missing file format in docs.js
(cherry picked from commit 18a4e09d981e65fd497f1d7d2e98ebcca7e16aff)
2014-09-22 09:17:09 +02:00
Jessica Wang aa81823ce8 CLOUDSTACK-7462: UI > Network > VPC > Router > Network ACL Lists > click an entry from list > Details tab > ACL List Rules tab > click Edit icon on any existing rule > fix the JavaScript error "args.jsonObj is undefined". 2014-09-11 13:35:28 -07:00
Ilia Shakitko f7d9ea291b Add "Edit Tags" functionality to SecurityGroup rules in UI
Signed-off-by: Ilia Shakitko <i.shakitko@tech.leaseweb.com>
(cherry picked from commit 281c866206)
2014-09-11 15:48:59 +02:00
Rohit Yadav b7b9cd0d2d CLOUDSTACK-6624: set specifyIpRanges to true if specifyVlan is set to true
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-09-08 10:54:02 +02:00
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
Gabor Apati-Nagy b0c6de63fd CLOUDSTACK-6732: Fix:[OVS][UI] Network Service Providers page displays two ovs providers
(cherry picked from commit 6d5d48f460)
2014-07-28 16:02:47 +02:00
Jessica Wang e988c917c6 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).
(cherry picked from commit b8a2961583)
2014-07-28 16:02:40 +02:00
Jessica Wang b85efa6765 UI - modules - replace addExtraPropertiesIfDrModuleIncluded() with cloudStack.dr.sharedFunctions.addExtraProperties().
(cherry picked from commit 497042508a)
2014-07-28 16:02:35 +02:00
Jessica Wang 390f0fb68d CLOUDSTACK-6852: UI - modules - remove variable drModuleIncluded.
(cherry picked from commit 508a966aa1)
2014-07-28 16:02:34 +02:00
Jessica Wang 20c3f1c0ed 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.
(cherry picked from commit 81857d0577)
2014-07-28 16:02:31 +02:00
Jessica Wang a3e85292ba CLOUDSTACK-6889: UI - create network offering - remove non-needed parameters from API call whose size might exceed limit in some cases.
(cherry picked from commit 64825549d2)
2014-07-28 16:02:29 +02:00
Jessica Wang dfb4d90937 CLOUDSTACK-6852: UI - modules - add DR fields to volume detailView, network detailView, zone detailView.
(cherry picked from commit 1641b28054)
2014-07-28 16:02:28 +02:00
Jessica Wang 6519a46d28 CLOUDSTACK-6852: UI - modules - (1) add new shared function addExtraPropertiesIfDrModuleIncluded(). (2) add DR fields to Instances detailView.
(cherry picked from commit e9ebe6e22e)
2014-07-28 16:02:27 +02:00
Jessica Wang 8a58bd3fed CLOUDSTACK-6858: UI - remove obsolete variable rootAccountId whose value is no longer 1.
(cherry picked from commit d991e37865)
2014-07-28 16:02:27 +02:00
Jessica Wang 4b2756ab9c CLOUDSTACK-6852: UI - modules - add global variable drModuleIncluded.
(cherry picked from commit c29ed73d4d)
2014-07-28 16:02:27 +02:00
Jessica Wang c9d4395bba CLOUDSTACK-6852: UI - attach volume action - VM dropdown - populate options based on whether module is included and whether service is enabled.
(cherry picked from commit 9b9154132d)
2014-07-28 16:02:26 +02:00
Jessica Wang f7697637cb CLOUDSTACK-6852: UI - add sharedFunction isModuleIncluded().
(cherry picked from commit 431ea8e9c2)
2014-07-28 16:02:25 +02:00
Jessica Wang 90c50f0fa0 CLOUDSTACK-6805: UI > create account > fix a bug that account creation failed when password contains # character.
(cherry picked from commit 76c71c7bc1)
2014-07-28 16:02:24 +02:00
Jessica Wang 97e1294eed CLOUDSTACK-6789: UI > User page > fix a bug that a domain-admin was unable to delete other domain-admin in the same domain.
(cherry picked from commit 3d1bbeb262)
2014-07-28 16:02:22 +02:00
Gabor Apati-Nagy d260973747 CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs
(cherry picked from commit 3f1dc2534f)
2014-07-28 16:02:18 +02:00
Jessica Wang b91727ba89 CLOUDSTACK-6729: UI - create compute offering/create disk offering - determine whether to pass certain data to API comamnd upon isCustomized checkbox/isPublic checkbox's value.
(cherry picked from commit 22f503aa2b)
2014-07-28 16:02:15 +02:00
Jessica Wang cc597d07fd CLOUDSTACK-6626: UI - fix a bug that g_userid was not declared.
(cherry picked from commit 9782970ef8)
2014-07-28 16:02:09 +02:00
Jessica Wang 28873f5172 CLOUDSTACK-6589: UI > update ssl certificate > correct typo in success message - correct it from "Update SSL Certiciate succeeded" to "Update SSL Certificate succeeded"
(cherry picked from commit 43f9baf4e0)
2014-07-28 16:02:05 +02:00
Sanjay Tripathi 35a270fb6c CLOUDSTACK-6479: Strict and Preferred modes should only be allowed in Implict Dedication Planner Service Offerings.
(cherry picked from commit 149cb33e3c)
2014-07-28 16:02:04 +02:00
Brian Federle 2d7f201a63 Create form: Store passed JSON object in select options, for plugin use
(cherry picked from commit beb26237bc)
2014-07-28 14:01:06 +02:00
Jessica Wang 20c581e632 BUG-ID: CS-19795: UI > Add LDAP Account - fix a bug that a LDAP account that does not have email and all LDAP accounts below it are missing from the listing.
Reviewed-by: Brian

(cherry picked from commit 953167808c)
2014-07-28 13:59:52 +02:00
Mike Tutkowski 1dbcf8f458 Submitted on behalf of Vetri for Review Request 23008
(cherry picked from commit 9c2e6f5ed4)
2014-06-26 19:16:43 +02:00
Anshul Gangwar 2c5f352e94 CLOUDSTACK-6867: Added option to upload the volume in VHDX format
(cherry picked from commit 2e49ef73bf)
2014-06-13 12:40:29 +02:00
Jessica Wang b24f5355f3 CLOUDSTACK-6602: UI - VPC - createNetworkACL - fix a bug that caused wrong value being passed to action parameter in API call.
(cherry picked from commit 95b7330d56)
2014-06-12 12:21:34 +02:00
Sanjay Tripathi 13ba59c5f0 CLOUDSTACK-6649: CS is not giving the system-wide capacity for GPU reosurce. 2014-05-14 13:52:46 +02:00
Jessica Wang 7a13afca0a CLOUDSTACK-6379: UI > fix a bug that domain admin failed to be created when current login doesn't have visibility to root domain object. 2014-05-13 14:39:56 +02:00
Gabor Apati-Nagy 7bd0b92ea0 CLOUDSTACK-6606: Fixed: create network offering dailog box has greyed out (not selectable) providers for the connectivity service. 2014-05-13 10:43:06 +02:00
Daan Hoogland 0b23d09845 format: tab to spaces 2014-05-05 23:25:22 +02:00
Jessica Wang 6d1c2b14bf CLOUDSTACK-6483: UI > Load Balancing > "VM+IP" listing > After removing a "VM+IP" under a LB rule, AddVMs dialog should reflect the change (i.e. show the removed IP in IP dropdown in AddVMs dialog) 2014-05-05 23:20:12 +02:00
Brian Federle c90c340d57 List view, dialog VM select: Widen name field to better fit IP subselect box 2014-05-05 22:46:38 +02:00
Dariusz Nejbauer e28948ccc3 CLOUDSTACK-3932: UI: Fix Truncation issue in secondary storage URL
Signed-off-by: Brian Federle <brian.federle@citrix.com>
2014-05-05 21:21:49 +02:00
Brian Federle 0ef9c9a1c0 CLOUDSTACK-6438: Filter out existing IPs in dropdown 2014-05-02 20:26:12 +02:00
Brian Federle 2ff3623054 CLOUDSTACK-6438: WIP: Add filtering to check against existing IPs 2014-05-02 20:25:38 +02:00
Brian Federle 0e002ffa84 CLOUDSTACK-6438: WIP: If VM has additional IPs, keep showing in add screen 2014-05-02 20:25:16 +02:00
Rajani Karuturi 69e550f5ea Fixed CLOUDSTACK-6509 Cannot import multiple LDAP/AD users into a cloudstack account
Conflicts:
	api/src/com/cloud/user/AccountService.java
	plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapCreateAccountCmd.java
	plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapImportUsersCmd.java

Signed-off-by: Koushik Das <koushik@apache.org>
2014-04-29 13:37:28 +02:00
Gabor Apati-Nagy b6fabfecf2 CLOUDSTACK-6255
UI for supporting region level VPC, distributed routing enabled VPC and
stretched L2 neworks
2014-04-28 18:45:54 +02:00
Nitin Mehta 2f96d430c8 CLOUDSTACK-6499:
Made changes so that uploading custom certificate works for ssvm.
    1. Reboot ssvm only when private key is passed meaning the server cert is passed. This is because while uploading the server cert is the last to be uploaded. And we want to propagate the entire chain once uploading is done.
    2. Change the SecStorageSetupCommand sent to ssvm so that it also carries the root cert apart from having the chain and the server cert and key.
    3. Change ssvm agent code to be able to configure root cert to the java key store.
    4. Change ssvm configure ssl script to insert the chain certs correctly.
    5. Fix order of chain certificates for apache webserver in SSVM
    6. Remove double encoding and decoding for uploadCustomCertificate API from UI and server code respectively, so that API call without UI works fine
    7. Java 1.7 - disable using SNI since copyTemplate doesnt work for SSL.
2014-04-25 22:03:46 +02:00
Jessica Wang c6d1e10cb6 CLOUDSTACK-6477: UI - Load Balancing - add VMs => fix error 'Unable to decode parameter vmidipmap[0].vmip[]; if specifying an object array, please use parameter[index].field=XXX, ~ ' 2014-04-25 21:33:26 +02:00
Sanjay Tripathi 2e727428a9 CLOUDSTACK-6447: Grid K120Q and K220Q vGPU types are missing in create service offering menu. 2014-04-18 13:20:27 +05:30
Mihaela Stoica eee8a04dab CLOUDSTACK-6233: Add new tab "GPU" in Host detailView for gpu enabled hosts
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Signed-off-by: Sanjay Tripathi <sanjay.tripathi@citrix.com>
2014-04-16 15:36:52 +05:30
Mihaela Stoica a0e6eff6e8 CLOUDSTACK-6393: Add gpu details in Compute Offering detail view
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Signed-off-by: Sanjay Tripathi <sanjay.tripathi@citrix.com>
2014-04-16 15:31:44 +05:30