116 Commits

Author SHA1 Message Date
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
will
774ca37fce Added an additional query for shared direct networks in the vm wizard 2011-01-07 17:53:41 -08:00
Jessica Wang
f80e352988 bug 7744: instance page - not update right panel after a tab action succeeds since the action might not belong to currently selected middle menu item. 2011-01-06 17:10:27 -08:00
will
30f6f1088c Removed check for type== virtual or direct when processing network offerings. 2011-01-06 10:47:11 -08:00
will
f038431ce1 Listing network offerings by guest traffic type now. 2011-01-05 18:27:14 -08:00
Jessica Wang
b6c65e5bf2 bug 7854: VM Wizard - list all disk offerings (without specifying domainId). 2011-01-05 10:43:37 -08:00
will
a92dd2a81e bug 7611: VM wizard will no longer pass in any network ids if the zone only support basic network type 2011-01-04 17:46:34 -08:00
Jessica Wang
d43e9ecc8b bug 7430: Instance page - Make OS Type in details tab editable. 2011-01-04 13:58:45 -08:00
Jessica Wang
05afca54f2 bug 7430: Instance page - add OS Type in details tab. 2011-01-04 12:04:06 -08:00
Jessica Wang
a3fccef7be bug 6922: avoid calling vmToRightPanel() which will call listVM API again. 2011-01-03 13:37:12 -08:00
Jessica Wang
e65b77fe33 Bug 6922: skip calling listVM API when a VM in middle menu is clicked. 2011-01-03 12:26:29 -08:00
will
4814534280 Hide "No Available Items" whenever you add a successful VM. 2010-12-30 14:09:00 -08:00
Jessica Wang
2203f9c403 Instance page - implement new advanced search. 2010-12-27 11:48:15 -08:00
Jessica Wang
dd48a5c0ad Instance page has 3 kinds of advanced search dialog. Append different advanced search dialog to search container depending on which left submenu is clicked (my instances, all instances, running instances, stopped instances, destroyed instances). 2010-12-23 14:31:57 -08:00
will
4ae3255d44 bug 7588: Fixed a really annoying jquery/browser issue related to dynamically adding radio buttons to the UI. It finally works on all browsers. 2010-12-21 11:52:38 -08:00
Jessica Wang
ca6b1cb9d9 bug 7602: instance page - volume page - add "Create Snapshot" option. 2010-12-20 18:17:23 -08:00
will
86b06d16ef Changed isCustomized to all lowercase to follow standard response returned as part of listDiskOffering 2010-12-20 17:34:50 -08:00
Jessica Wang
0756ca6a3b bug 7543: instance page - empty subgrid item container when tab is clicked. 2010-12-20 14:42:43 -08:00
Jessica Wang
5e8be4a431 Place Add XXX buttons in each related page instead of index.jsp. 2010-12-18 17:04:17 -08:00
will
c5b33a69c2 bug 7471: UI will make use of the new network offering "availability" parameter to choose how to display the Virtual Networking model in the VM wizard. 2010-12-17 19:06:36 -08:00
will
c5570597d2 Fixed issue where you could not click next on the VM wizard 2010-12-16 13:06:39 -08:00
will
dc97167757 Fixed issue where you could not click next on the VM wizard 2010-12-16 13:06:37 -08:00
will
becc285128 - Updating jquery library to 1.4.4
- started refactoring work to make the UI flow more smoothly.  This first checkin makes the top action buttons no longer refresh if you click on a menu link for the same group of items.
2010-12-15 17:54:49 -08:00
Jessica Wang
66ab7e343d related UI change after API Bug (#7498) is fixed. 2010-12-15 10:37:21 -08:00
Jessica Wang
fbd2e32882 Optimize afterAddingMidMenuItem() - do not need to pay extra parameter hasMultipleSelectionSubContainer. 2010-12-13 09:53:43 -08:00
Jessica Wang
7a6ff9e9e1 For multiple selection middle container (e.g. Instance page), set selectable widget on a newly created sub container in middle menu. (instead of setting selectable widget to the whole middle menu) 2010-12-10 15:26:47 -08:00