Commit Graph

1709 Commits

Author SHA1 Message Date
edison b9a242332b fix cloud-tool to list all the available apis 2010-10-28 11:28:56 -07:00
Jessica Wang 3f4feaa436 new UI - instance page - remove Change Name, Change Group, Enable HA, Disable HA action from details panel action menu since they have been included in Edit Template action. 2010-10-28 11:33:01 -07:00
Jessica Wang 6fdea9ad8f new UI - create shared function setBooleanReadField(), setBooleanEditField(). 2010-10-28 11:26:15 -07:00
Jessica Wang 92ea27d9dd new UI - instance page - add "Edit Instance" action in action menu. 2010-10-28 11:10:07 -07:00
Jessica Wang b145b082a0 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-28 09:57:20 -07:00
Jessica Wang 1fe7844dff new UI - host page - add status icon in middle menu. 2010-10-28 09:57:14 -07:00
nit c9069303ce Code clean up for Extract functionality and making it more robust. 2010-10-28 18:45:12 +05:30
Jessica Wang 471dafd1f7 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 20:53:26 -07:00
Jessica Wang bd145fd998 new UI - VM Wizard - fix a bug: clicked template is not selected. 2010-10-27 20:53:20 -07:00
will c3783aa703 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 20:02:11 -07:00
will 9d1257bccb new UI - Show the correct icon for System left Nav 2010-10-27 20:01:56 -07:00
Jessica Wang 49e6cd876a Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 20:00:26 -07:00
Jessica Wang 63bc5dceaf new UI - pass hypervisor when deployVirtualMachine. 2010-10-27 20:00:19 -07:00
will 4ae96df423 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 19:50:53 -07:00
will f0a4449ec3 ListTemplates now return the hypervisor type. 2010-10-27 19:50:36 -07:00
Jessica Wang 63b7b82819 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 19:44:32 -07:00
Jessica Wang be26dcc252 new UI - apply new vm template in vm wizard. 2010-10-27 19:44:26 -07:00
will 1736f081e4 The real commit for the dashboard fix 2010-10-27 19:41:23 -07:00
will 5d9af3b22d Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 19:27:43 -07:00
NIKITA 13626f556a Midmenu box has restricted height now 2010-10-27 19:26:02 -07:00
will 9bd83df3e0 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 19:22:16 -07:00
NIKITA 1d2d917c32 Action bar added for resources 2010-10-27 19:00:14 -07:00
will ce859d569f Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 18:47:21 -07:00
Jessica Wang 49b8691d30 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 18:46:43 -07:00
Jessica Wang d6bdacfb9e new UI - fix a bug: "When you execute actions in vm, the result is in red even though it was successful. It shouldn't be in red when action is successful." 2010-10-27 18:46:36 -07:00
NIKITA 5756eaad4c Grid Loading modified 2010-10-27 18:45:45 -07:00
will b7717f8e32 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 18:42:51 -07:00
will 94f98f8042 New UI - The session timeout dialog will really send you to the login screen now. 2010-10-27 18:42:38 -07:00
NIKITA 82b00343d6 Launch Test Provisioning tool button added to footer 2010-10-27 18:29:29 -07:00
Kris McQueen b4ef066846 bug 6782: fix NPEs associated with looking up the account after it's been deleted. When cleaning up the account, we delete the accountVO first, then stop/destroy VMs, routers, etc. During this cleanup, there are times when the account needs to be retrieved, and since it's been removed it has to be found by id 'including removed' in order to find it.
status 6782: resolved fixed
2010-10-27 18:23:23 -07:00
Kris McQueen 50c175d6c1 bug 6799: forgot to add the exception response in my commit for this bug... 2010-10-27 18:23:23 -07:00
Kris McQueen 484f334d7a bug 6799: if there's an exception executing the Async command, create an error response with the appropriate information so that queryAsyncJobResult returns the relevant information
status 6799: resolved fixed
2010-10-27 18:23:23 -07:00
Kris McQueen 901f52eb99 bug 6782: incremental checkin for deleting an account. Since there was a change to findById to not find removed objects, these NPEs pop up from time to time where we expected to find the object previously and now it's not found. Since the account is getting deleted, do a findByIdIncludingRemoved to make sure the actual account object is retrieved. 2010-10-27 18:23:23 -07:00
will ff382fb364 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 18:13:54 -07:00
Jessica Wang f26f40c049 new UI - fix a bug "$iconContainer is not found" 2010-10-27 18:13:19 -07:00
will b59c3f7924 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 18:02:48 -07:00
Jessica Wang 4a9c806530 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 18:01:20 -07:00
Jessica Wang 3544cb79cd new UI - middle menu - add primary storage icon and host icon 2010-10-27 18:01:14 -07:00
will 9ffbe5a1b3 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 18:01:07 -07:00
will 542b5b2d11 New UI - Fixed issues where clicking on a left nav that is opened will make calls to API again. There is no need to do that. 2010-10-27 18:00:50 -07:00
NIKITA 55b54f49ba Change in Add vm tab 2010-10-27 17:59:51 -07:00
NIKITA 167086f066 Adding failed div for Instance and in Add VM popup Hypervisor filter has been removed and added to template list 2010-10-27 17:55:38 -07:00
Jessica Wang c3f96a7ed5 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 17:47:29 -07:00
Jessica Wang 8759c3f1f5 new UI - add primary storage - after action, show primary storage in middle menu with a title "Primary Storage" on it. 2010-10-27 17:47:21 -07:00
will f64f399d5d Fixed creating a VM using new query response paradigm in 2.2 UI 2010-10-27 17:43:51 -07:00
edison 75566780c4 remove the no-updatable constraint on domr ram size 2010-10-27 16:34:37 -07:00
Jessica Wang 36a14c014f new UI - fix selected issue on zone tree in left navigation. 2010-10-27 16:21:19 -07:00
NIKITA 96c420082e Dropdown for network made bigger 2010-10-27 15:30:54 -07:00
Jessica Wang 4df6f0602a new UI - service offering page - hide spinning wheel. 2010-10-27 15:19:00 -07:00
Jessica Wang 09c69d0050 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-27 15:12:11 -07:00