5440 Commits

Author SHA1 Message Date
will
89c717703f Fixed API commands that extend BaseCreateAsyncCmd to return the correct API response of id, and jobid.
Added the default public constructor back in the SuccessResponse to make sure deserialization works from the asyncjob table.
Fixed a issues with the VPN tab.  It should now make use of the corrected API format.
2010-11-06 16:30:08 -07:00
Jessica Wang
5d4c1e41b9 new UI - ISO page - fix a bug that isPublic field doesn't get updated after upadteISO action. 2010-11-05 21:37:00 -07:00
will
eeb98499d5 bug 7059: fixed more JS to accomodate new api output. 2010-11-05 20:58:00 -07:00
will
bcb53ec363 bug 7059: Fixing adding primary and secondary storage to use new api output. 2010-11-05 20:30:55 -07:00
Jessica Wang
baa1a5996c new UI - instance page - fix a bug that top message doesn't show new password after reset pasword for VM succeeds. 2010-11-05 20:06:08 -07:00
Jessica Wang
1359976d5e new UI - Change Service Offering for VM - related UI change for bug 7061 (Latest queryAsyncJobResult returns object name instead of repsonseName for the embedded object - UI has to handle it) 2010-11-05 19:43:24 -07:00
Jessica Wang
e84c89802e new UI - volume page - put back "Create Template" link since backend is fixed. 2010-11-05 19:29:41 -07:00
Jessica Wang
3d92ffb2a1 new UI - reset password for virtual machine - related UI change for bug 7061 (Latest queryAsyncJobResult returns object name instead of repsonseName for the embedded object - UI has to handle it) 2010-11-05 19:20:46 -07:00
Jessica Wang
b3d2f7d63f new UI - Update VM - related UI change after bug 6489 ("updateVirtualMachine API should return an embedded object on success") is fixed. 2010-11-05 18:49:41 -07:00
Jessica Wang
df8222ef31 new UI - Restore VM - fix a bug that VM info doesn't get refreshed after action succeed. 2010-11-05 16:55:03 -07:00
Jessica Wang
59a3c4e62e new UI - StartVM, StopVM, RebootVM, DestroyVM, RestoreVM - related UI change for bug 7061 (Latest queryAsyncJobResult returns object name instead of repsonseName for the embedded object - UI has to handle it) 2010-11-05 16:46:59 -07:00
Jessica Wang
9deaf66a2b new UI - VM creation- related UI change for bug 7061 (Latest queryAsyncJobResult returns object name instead of repsonseName for the embedded object - UI has to handle it) 2010-11-05 16:18:02 -07:00
Jessica Wang
b6b772e21e new UI - account page - related UI change for bug 7061 (Latest queryAsyncJobResult returns object name instead of repsonseName for the embedded object - UI has to handle it) 2010-11-05 15:43:41 -07:00
Jessica Wang
be559498bc new UI - zone page - Add VLAN dialog box - if it's a dedicated zone (e.g. dedicated to domain AAA), only list domain AAA and children domain under domain AAA in domain dropdown field. 2010-11-05 14:48:00 -07:00
Jessica Wang
f7dc11df51 new UI - zone page - fix a bug that happened when deleting zone: "$leftmenuItem1 is not defined" 2010-11-05 14:09:23 -07:00
Jessica Wang
f901e16da6 new UI - VM statistics - fix a bug that bar chart didn't show correctly. 2010-11-05 13:55:39 -07:00
will
111b0a1df1 bug 6943: Correct error message is returned for the parameter, "name" in the API as well as fixing JS to validate this as well. 2010-11-05 13:51:46 -07:00
Jessica Wang
8dd1e591bb new UI - draw bar chart - parse string into float before comparison. 2010-11-05 13:02:47 -07:00
will
ce1f4fa799 bug 7020: Enabling VPN will allow you to see the IP and pre-shared key you are suppose to use to connect to the vpn itself.
status 7020: resolved fixed
2010-11-05 12:52:57 -07:00
Jessica Wang
85b251cb52 new UI - instance page - statistics tab - reset statistics info when clicking through different VMs 2010-11-05 11:43:49 -07:00
Jessica Wang
1aad87622c new UI - instance page - statistics tab - implement bar chart. 2010-11-05 11:30:21 -07:00
Jessica Wang
7ccf28e03d new UI - IP address page - rename function name. 2010-11-05 10:16:13 -07:00
Jessica Wang
853f6610c2 new UI - change function names since the 2 functions are not only used by details tab, but also other tabs (e.g. resource limits tab). 2010-11-05 10:14:11 -07:00
will
70b4c4d181 Bug 6988: addVpnUser did not camel case the "username" which resulted in that particular value not being returned. 2010-11-04 20:56:23 -07:00
Jessica Wang
861b8f76ae new UI - instance page - implement statistics tab 2010-11-04 19:49:14 -07:00
Jessica Wang
d1e2fc21a2 new UI - VM - console proxy screen - only request thumbnail when mouse is over console proxy icon. When mouse is out of console proxy icon, stop requesting thumbnail. 2010-11-04 19:02:35 -07:00
Jessica Wang
82f97b6de9 new UI - zone page - implement Delete VLAN action. 2010-11-04 18:15:07 -07:00
Jessica Wang
8eab360171 new UI - host page - fix a bug that update OS preference after the 1st time was not working. 2010-11-04 17:45:49 -07:00
Jessica Wang
1eef924c6c new UI - domain admin and user shouldn't see alert menu. 2010-11-04 16:39:39 -07:00
Chiradeep Vittal
4f4bc3dd9e send password instead of username as password 2010-11-04 16:27:58 -07:00
Jessica Wang
c67a62bb3b new UI - create disk offering - add a dropdown "custom disk size" 2010-11-04 16:23:54 -07:00
Jessica Wang
d2764bad8c new UI - disk offering - change text. 2010-11-04 15:14:48 -07:00
Jessica Wang
01f19ea995 new UI - VM wizard - fix a bug that customized disk size didn't show in last step if blank template (ISO) is selected. 2010-11-04 15:00:58 -07:00
Jessica Wang
8dbd701b13 new UI - create disk offering - validate disk size, but make it optional. 2010-11-04 14:51:31 -07:00
Jessica Wang
daef9b076d new UI - disk offering page - fix a bug that disk size is displayed in wrong unit. 2010-11-04 14:37:20 -07:00
Jessica Wang
0e9147a249 new UI - disk offering page - show "will be specified during VM creation" on diskSize row when the disk offering is customizable. 2010-11-04 14:21:37 -07:00
Jessica Wang
3999621086 new UI - VM creation - fix a bug that last step showed "[object]" in disk offering. 2010-11-04 14:11:50 -07:00
Jessica Wang
821dd88729 new UI - disk offering page - add "Customizable during VM creation" row. 2010-11-04 14:01:46 -07:00
Jessica Wang
b8b4911233 new UI - corresponding UI change after bug 6955 is fixed. 2010-11-04 13:33:04 -07:00
Jessica Wang
cc6ee7adde remove an obsolete function. 2010-11-04 13:12:03 -07:00
Jessica Wang
2195b5b75c new UI - domain page -resource limits tab - remove Edit button, add Edit Resource Limits link and implement it. 2010-11-04 13:04:10 -07:00
Jessica Wang
01154ebf0f new UI - add grid header on details tab and resource tab. 2010-11-04 11:28:12 -07:00
Jessica Wang
fec75973db new UI - Edit VM - not to hide editable field and show readonly field until action returns success. 2010-11-04 11:03:23 -07:00
Jessica Wang
39d7e65180 new UI - Edit ISO - not to hide editable field and show readonly field until action returns success. 2010-11-04 11:00:11 -07:00
Jessica Wang
2b28450565 new UI - Edit Template - not to hide editable field and show readonly field until action returns success. 2010-11-04 10:57:20 -07:00
Jessica Wang
a298d57d75 new UI - Edit Global Settings- not to hide editable field and show readonly field until action returns success. 2010-11-04 10:51:43 -07:00
Jessica Wang
07cb63b82e new UI - allow update isPublic field of ISO. 2010-11-04 10:34:16 -07:00
Jessica Wang
7bc9f66482 new UI - ISO page - add isPublic row. 2010-11-04 10:06:56 -07:00
Jessica Wang
7118f72c68 remove debugger 2010-11-04 09:57:38 -07:00
Jessica Wang
58b7c8f4e5 new UI - #5855 - primary storage page - display state. 2010-11-04 09:56:19 -07:00