141 Commits

Author SHA1 Message Date
Jessica Wang
87b3f4a17d VM Wizard - correct warning message at step 4. 2011-02-07 11:58:58 -08:00
Jessica Wang
66573d34f0 Instance page - Edit Instance - if service offering's offerha is not true, haEnable field is not editable. 2011-02-07 10:54:03 -08:00
Jessica Wang
41a1e2cd9e bug 8402: VM Wizard - when Blank Template is selected, call listIsos API along with isofilter=executable. 2011-02-04 14:52:48 -08:00
Jessica Wang
fbac45cf0f bug 8394: end user should be able to see community template if global setting "user.public.template.enabled" is true. 2011-02-04 13:24:35 -08:00
Jessica Wang
395ed04b50 Deploy VM - change UI to show error text (English, non-localized) instead of error code(530, 531) when API call returns error. 2011-02-04 10:36:20 -08:00
Jessica Wang
a8ce46b57a Upon customer's request, change text " Please confirm you want to destroy instance" to " Please confirm that you want to destroy this instance." 2011-02-03 13:21:06 -08:00
Jessica Wang
617569a21b Deploy VM action - remove a non-used value. 2011-02-02 15:59:41 -08:00
Jessica Wang
6277ad4ad4 bug 8243: VM Wizard - after zone dropdown is populated, call change event handler right away. 2011-02-02 11:11:07 -08:00
Jessica Wang
740b95b66f volume tab in instance page, snapshot tab in volume page - apply new function, bindActionLink(), which solves mouseover issue. 2011-02-01 16:43:41 -08:00
Jessica Wang
0bedf7e367 bug 6813: System VM page - add "Destroy System VM" action. 2011-02-01 11:08:07 -08:00
will
b328c26834 bug 8265: Added support to not allow vmware templates to use security groups in the VM wizard. 2011-01-28 15:28:14 -08:00
Jessica Wang
0225b51221 bug 4556: localize error handling of details tab action. 2011-01-28 14:49:56 -08:00
Jessica Wang
3d394116f0 bug 4556: instance page - volume tab - localize subgrid action Detach Disk, Create Template, Take Snapshot. 2011-01-27 14:24:02 -08:00
Jessica Wang
6871106dc8 bug 4556: instance page - localize details tab action Restore Instance, Edit Instance, Attach ISO, Detach ISO, Reset Password, Change Service. 2011-01-27 12:20:00 -08:00
Jessica Wang
fe9b2f9f56 bug 4556: instance page - localize details tab action Start/Stop/Reboot/Destroy Instance. 2011-01-27 11:51:25 -08:00
Jessica Wang
2147d41246 bug 4556: instance page - localize middle menu action Destroy Instance. 2011-01-27 11:44:02 -08:00
Jessica Wang
6dbf9339be bug 4556: instance page - localize middle menu action Reboot Instance. 2011-01-27 11:38:40 -08:00
Jessica Wang
8d5e4ab5f7 bug 4556: instance page - localize middle menu action Stop Instance. 2011-01-27 11:34:06 -08:00
Jessica Wang
c9e03ebd4f bug 4556: instance page - localize middle menu action Start Instance. 2011-01-27 11:25:44 -08:00
Jessica Wang
69846d7c6e VM Wizard - when zone field is selected, call listHypervisors with zoneId to populate hypervisor field. 2011-01-25 14:23:58 -08:00
will
cbc8153dd5 bug 4556: localized string replacement for instance.jsp
- removed old change name and group dialogs as they are not being used anymore
2011-01-25 11:33:41 -08:00
Jessica Wang
db981484ab community template shows for (1) root-admin role (2) domain-admin role + getUserPublicTemplateEnabled() == "true". 2011-01-25 10:39:15 -08:00
Jessica Wang
3a54c145a2 bug 7357: IP Address page - clean subgrid container when a tab is clicked. 2011-01-24 14:13:53 -08:00
Jessica Wang
1fe4fdda39 bug 7357: instance page - clean subgrid container when a tab is clicked. 2011-01-24 14:02:13 -08:00
Jessica Wang
52b1953a28 instance page - remove obsolete code (routers tab). 2011-01-21 18:38:40 -08:00
Jessica Wang
6545cb99d2 bug 7116: instance page - cleanup the confirmation dialogs to use a single dialog (i.e. "dialog_confirmation"). 2011-01-21 15:09:19 -08:00
Jessica Wang
94f62c3bf1 bug 7741: instance page - clear NICs tab, Volumes tab, Statistics tab if no item exists in middle menu. 2011-01-21 13:58:47 -08:00
Jessica Wang
edc46783ad bug 7741: instance page - clear details tab if no item exists in middle menu. 2011-01-21 13:44:12 -08:00
Jessica Wang
4649935ef2 bug 7817: instance page - apply validateInteger(). 2011-01-21 10:45:53 -08:00
Jessica Wang
3a6926e40f bug 6922: instance page - spare an API call when middle menu item is clicked. 2011-01-20 18:42:16 -08:00
will
953c862713 Removed hypervisor.type from the login response since this capability does make sense anymore in 2.2 2011-01-20 17:49:13 -08:00
Jessica Wang
c525a41ef7 bug 8073: instance page - A VM in Expunging state or Error state should have no actions available. 2011-01-19 14:59:05 -08:00
Jessica Wang
e6fc91c8b6 bug 7608: instance page - cancel edit mode when clicking on different tab or different middle menu item. 2011-01-19 12:11:13 -08:00
Jessica Wang
4f6e48cff6 bug 8046: instance page - hide "restore VM" option from regular-user. 2011-01-18 11:25:19 -08:00
Jessica Wang
115aff6cdb deploy VM - show new password in dialog, middle menu item and right panel when middle menu item is clicked. 2011-01-14 11:21:14 -08:00
Jessica Wang
046c556da1 instance page - reset password action - show new password in dialog and right panel when middle menu item is clicked. 2011-01-14 11:01:24 -08:00
Jessica Wang
4b2c414ed5 bug 7905: VM wizard - hypervisor field - show text if only one hypervisor is returned from lsitThypervisors API. 2011-01-13 17:41:30 -08:00
Jessica Wang
190a95413e bug 7905: VM wizard - populate hypervisor dropdown by listHypervisors API response instead of hardcoding. 2011-01-13 17:30:44 -08:00
Jessica Wang
b046869011 Instance page - reset password - pop up a dialog showing new password. 2011-01-13 15:45:45 -08:00
will
b548c3e825 bad merge. Not sure how the variable was not declared. 2011-01-13 10:45:39 -08:00
will
13d051df80 bug 7926: fixed spelling mistake. 2011-01-13 09:14:11 -08:00
will
443d733665 bug 7803: Fixed use case where virtual networking is unavailable. We will now default the first dedicated network first before others. 2011-01-12 17:53:32 -08:00
will
63978f09ea bug 7803: Fixed use case where virtual networking is unavailable. We will now default the first dedicated network first before others. 2011-01-12 17:53:31 -08:00
Jessica Wang
b4e1fbbb01 bug 7956: when middle menu action succeeds, update right panel if this action belongs to the currently selected middle menu item. 2011-01-12 14:47:34 -08:00
Jessica Wang
40d695b289 instance page - not update right panel after attachISO/detachISO action succeeds since the action might not belong to currently selected middle menu item. 2011-01-12 11:18:27 -08:00
will
5b4f410621 bug 7803: Fixed vm wizard to accomodate the new defaulted networks. The only case that doesn't work yet is when the virtual network is "unavailable". Need to fix that still. 2011-01-11 19:08:23 -08:00
Jessica Wang
00e34cd146 bug 7134: VM Wizard - step 4 - for basic zone - show "security group is currently not available" if getDirectAttachSecurityGroupsEnabled() is not true or hypervisor of selected template is VmWare. 2011-01-11 10:51:07 -08:00
Jessica Wang
4e967e3568 bug 7134: VM Wizard - step 4 - basic zone - allow the user to select the default security group. 2011-01-11 10:08:50 -08:00
Jessica Wang
24ddf2eea4 bug 7134: VM Wizard - step 4 - basic zone - only show security groups box when direct.attach.security.groups.enabled is true and hypervisor type is not VmWare. 2011-01-10 16:40:06 -08:00
Jessica Wang
0403549866 bug 7134: VM Wizard - step 4 - show security group multiple selection box if selected zone is basic-mode. 2011-01-10 16:26:26 -08:00