Commit Graph

1718 Commits

Author SHA1 Message Date
will
ff26080cb0 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-28 14:16:13 -07:00
will
a153a23f90 New UI - Renabled Test Provisoning Tool until we design a new one. 2010-10-28 14:16:01 -07:00
Jessica Wang
f8d23c2e1d Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-28 14:09:05 -07:00
Jessica Wang
17b9a23797 new UI - Add Host button displays on host page now. fix a bug ("podObj is not found") that appears when clicking Add Host button on host page without visiting pod page first. 2010-10-28 14:08:52 -07:00
NIKITA
d074396f0c Status color added to Host 2010-10-28 13:46:43 -07:00
will
166cc0705a Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-28 13:28:46 -07:00
will
c5fef26f11 ListTemplates will no longer return any SystemVM templates. I am using a startsWith() string match for now since we used to make this comparision by ID with a single hypervisor. 2010-10-28 13:28:33 -07:00
NIKITA
4dd80655c8 Hypervisor added for Blank template and Custom Size browught down on next line 2010-10-28 13:27:05 -07:00
NIKITA
d2e58131a2 Grid layout added to Globalsetting.jsp 2010-10-28 12:18:01 -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
edison
b9a242332b fix cloud-tool to list all the available apis 2010-10-28 11:28:56 -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