Commit Graph

4443 Commits

Author SHA1 Message Date
Jessica Wang ea497b815c CLOUDSTACK-5698: UI > VPC > configure > Router > Network ACL Lists > implement search (i.e. pass keyword parameter to listNetworkACLLists API) when input field is not blank. 2013-12-31 15:53:09 -08:00
Jessica Wang cda040af2d CLOUDSTACK-5606: UI > copy template, copy ISO action > when a template/ISO to be copied is not associated with a specific zone, UI does not pass sourcezoneid parameter to API. 2013-12-30 14:51:35 -08:00
Sanjay Tripathi 68a0b27929 CLOUDSTACK-3806: OS Preference can not be set. 2013-12-30 17:10:52 +05:30
Jessica Wang d8ee31877f CLOUDSTACK-5345: UI > Virtual Routers > Group by account > pass listAll=true to listAccounts API. 2013-12-23 12:19:53 -08:00
Jessica Wang 2a56f64d93 CLOUDSTACK-5606: UI > Copy Template action, Copy ISO action is now availble to region-wide secondary storage (S3, Swift). 2013-12-23 11:33:39 -08:00
Jessica Wang b8e1411923 CLOUDSTACK-5612: UI > Network > Guest Networks > detailView > to distinguish between non-vpc network and vpc network(tier) easier, move VPC ID field up. 2013-12-23 10:55:20 -08:00
Brian Federle bef63e2067 CLOUDSTACK-5544: Snapshot action filter: Remove check on volume state
Removes conditional check of volume state for snapshot action filter,
since it causes a null pointer when trying to access view outside the storage
section. Now only '.revertable' attribute is checked. Storage state should now
be verified at the API level only.
2013-12-20 13:47:05 -08:00
Brian Federle 281d8323c5 CLOUDSTACK-5551: Pass search 'name' field to listConfigurations UI
Passes search bar value (by 'name') for the settings in the following sections'
detail views:

-Account
-Primary storage
-Cluster
-Zone
2013-12-20 13:37:59 -08:00
Brian Federle 5d8a2769b9 Add missing strings for LDAP section, S3 fields 2013-12-18 13:27:36 -08:00
Brian Federle 894d215f1b Add missing strings for quiesce VM, SMB fields 2013-12-18 13:11:07 -08:00
Jessica Wang 8f7ace44b3 CLOUDSTACK-5486: UI > tags > listXXXXXXX API now returns tags property. So, use tags property in embedded object returned by listXXXXXXX API to populate tags in detailView in all pages (instead of calling extra API listTags). 2013-12-17 14:16:17 -08:00
Brian Federle 21914937c3 CLOUDSTACK-5532: Tag UI: Truncate long tag key/value 2013-12-17 11:14:36 -08:00
Jessica Wang 3abc2a0ac1 CLOUDSTACK-5252: UI > Infrastructure > Virtual Routers > group by zone/pod/cluster > include project-related routers into calculation. 2013-12-16 16:30:09 -08:00
Brian Federle 260a6c630d Truncate event type column to prevent wrapping 2013-12-16 16:16:29 -08:00
Brian Federle a6792c57bd CLOUDSTACK-5276: Remove wrong select column from LB/PF list select 2013-12-16 14:00:37 -08:00
Jessica Wang bfb65aa5aa CLOUDSTACK-5098: UI > VMware > during zone creation, after addVmwareDc succeeds, if addClsuter fails (e.g. because of wrong input value), zone detail page will show wrong button ("Add Vmware Datacenter") since listVmwareDcs is only called when a zone has a VMware cluster.
To resolve this specific use case, change UI to use listApis instead of listClusters to determine whether to call listVmwareDcs.
2013-12-13 15:50:21 -08:00
Jessica Wang 25dcd8823d CLOUDSTACK-5345: UI > Infrastructure > virtual routers > group by zone/pod/cluster/account > hide Upgrade Router to Use Newer Template action when upgrade is not required (i.e. all rouster under the zone/pod/cluster/account have latest version). 2013-12-13 13:59:28 -08:00
Brian Federle 97620ae781 CLOUDSTACK-5477: Fix view all link breaking detail view
Fixes issue where 'view all' link permanently writes properties to
cloudStack namespace, causing breakage when viewing detail view from
another location.
2013-12-13 10:34:49 -08:00
Brian Federle 3151cbe0df CLOUDSTACK-5480: Fix broken password confirm validation
Properly destroy add account dialog on close, to fix password confirm
validation pointing to wrong dialog's field.
2013-12-13 08:44:06 -08:00
Wei Zhou 5cec27c858 CLOUDSTACK-5481: fix ui bug when regular user add isolated network 2013-12-13 10:28:00 +01:00
Jessica Wang d5c2fabb52 CLOUDSTACK-5345: UI > Infrastructure > virtual routers > no grouping > hide Upgrade Router to Use Newer Template action when a router has latest version (i.e. does not require upgrade). 2013-12-12 16:05:24 -08:00
Rajani Karuturi 900bedbe15 added LDAP group name label in add account wizard
changed the parameter for domain in api importLdapUser from name to UUID

improved error handling
2013-12-11 23:35:58 +00:00
Jessica Wang 796f2aa48d CLOUDSTACK-4793: UI > Virtual Routers > Select View > add "group by account". 2013-12-11 15:30:16 -08:00
Jessica Wang 8533c1670c CLOUDSTACK-5412: UI > Add Secondary Storage > NFS Server field > change label from "NFS Server" to "Server" since this field is also shown when provider "SMB/CIFS" is elected. 2013-12-10 16:06:16 -08:00
Jessica Wang df24b2be00 CLOUDSTACK-5341: UI > Infrastructure > secondary storage > add secondary storage > Create NFS Secondary Staging Store checkbox > make this checkbox not disabled any more because NFS staging (of a zone) might already exist (from "NFS secondary storage => Prepare Object Store Migration => NFS staging") 2013-12-10 15:37:39 -08:00
Jessica Wang c80b45c9ed CLOUDSTACK-5252: UI > Infrastructure > Virtual Routers > Select view: group by zone/pod/cluster > (1) pass listAll=true to listRouters. (2) reduce redundant API call. 2013-12-10 14:41:00 -08:00
Jessica Wang b72285f3ea CLOUDSTACK-5412: UI > Add Secondary Storage > provider dropdown > change option "SMB/cifs" to "SMB/CIFS". 2013-12-09 16:50:20 -08:00
Jessica Wang 409cbd4c7a CLOUDSTACK-4428: KVMsnapshoteanbled property in listCapabilities API response has been renamed. Here is corresponding UI change. 2013-12-09 15:21:04 -08:00
Jessica Wang 90d29ac86a CLOUDSTACK-5354: UI > update ISO > make isExtractable, isFeatured checkbox non-editable to normal user. 2013-12-06 16:34:49 -08:00
Chris Suich a2c0abe98b Fixed issue with quiescevm param on snapshot UI
CLOUDSTACK-5388
2013-12-06 13:06:52 -08:00
Chris Suich 6ac7811274 Added quiescevm option to volume snapshot dialog when storage supports it
CLOUDSTACK-5388
2013-12-06 13:06:47 -08:00
Brian Federle c00cf19662 Detail view: Allow passing error with custom action's complete fn 2013-12-06 12:34:53 -08:00
Brian Federle 9768dff666 Fix broken change password UI 2013-12-06 12:34:48 -08:00
Chris Suich 93b8511f6e Added load vs refresh context for dataProviders
CLOUDSTACK-5384
2013-12-05 11:14:20 -08:00
Jessica Wang ea700ed631 CLOUDSTACK-999: HyperV - UI > Infrastructure > zone detail > physical network > Guest > Details tab > add HyperV Traffic Label field. 2013-12-04 16:28:47 -08:00
Jessica Wang 3ed7831d87 CLOUDSTACK-5139: UI > zone wizard > secondary storage step > providers dropdown - hardcode options instead of get them from listStorageProviders&type=image since not all of returned values are handled by UI (e.g. "NetApp" is not handled by UI). 2013-12-04 15:01:38 -08:00
Jessica Wang 019316b002 CLOUDSTACK-5139: UI > Infrastructure > Secondary Storage > Add Secondary Storage > providers dropdown - hardcode options instead of get them from listStorageProviders&type=image since not all of returned values are handled by UI (e.g. "NetApp" is not handled by UI). 2013-12-04 14:54:31 -08:00
Jessica Wang 19e855e5dc CLOUDSTACK-5200: UI > Infrastructure > Sockets > listView > fix a bug that Hosts and Sockets displayed wrong number. 2013-12-04 14:10:56 -08:00
Brian Federle d34efd2dcb Detail view: Fix error on refresh from async action
Fixes error on detail view actions when list view subsection has a custom ID
2013-12-04 09:40:16 -08:00
Brian Federle c1457fa1a4 VR UI actions: Fix incorrect response object referenced on action complete 2013-12-04 09:40:15 -08:00
Brian Federle 59c3006ff1 CLOUDSTACK-5266: Fix quickview not working for VR sections 2013-12-04 08:59:59 -08:00
Chris Suich a00f1887c4 Fixed issue with ListView 'needsRefresh' overlays not being removed
JIRA-5368
2013-12-04 07:42:00 -08:00
Brian Federle 6ea4e7309d CLOUDSTACK-5301: Show VPC routers on main VR page, to support upgrade feature 2013-12-03 15:36:15 -08:00
Jessica Wang 6a23f06217 CLOUDSTACK-4738: UI > VM Wizard > deployVM API has been changed to take in one new parameter CUSTOM_PARAMETERS instead of 3 parameters CPU_NUMBER/CPU_SPEED/MEMORY. Here is corresponding UI change. 2013-12-03 13:11:58 -08:00
Brian Federle b5527e1f15 CLOUDSTACK-5114: Remove checkbox column from dialog list view 2013-12-03 12:32:26 -08:00
Jessica Wang fa577a44ce CLOUDSTACK-4738: UI > Instances > Change Service Offering > dialog > add 3 new fields: CPU speed, CPU number, memory.
Show the 3 new fields when selected compute offerings is custom. Hide them otherwise.
2013-12-02 16:10:08 -08:00
Wei Zhou 814ae73dc4 CLOUDSTACK-5310: fix issue: offering display twice in dropdown when create network
(cherry picked from commit 6ab27267be)
2013-11-29 10:55:46 +01:00
Wei Zhou 62a675d698 [UI] kvm vm snapshot not shown if kvm.snapshot.enabled is set to false
(cherry picked from commit 64c03dbc31)
2013-11-29 10:54:40 +01:00
Jessica Wang 8249974cc2 CLOUDSTACK-1889: UI > accounts > Update Resource Count action > after action succeeds, pop up a dialog to show updated count of resources. 2013-11-27 13:06:10 -08:00
Jessica Wang 0692934344 CLOUDSTACK-4428: UI > volume > take snapshot action, recurring snapshot action > for volumes whose hypervisor is KVM and whose VM is not Running, always show the 2 actions regardless value of "kvm.snapshot.enabled". 2013-11-26 15:04:18 -08:00