Commit Graph

806 Commits

Author SHA1 Message Date
Jessica Wang 3c6258a0bf Clear right panel after middle menu item is removed from DOM. Otherwise, removed item's content will be populated to right panel again. 2011-01-13 14:27:48 -08:00
Jessica Wang 3b3aa07a6f service offering page, disk offering page - clear right panel after middle menu item is removed from DOM. 2011-01-13 11:55:15 -08:00
Jessica Wang 23e5a01315 account page - not update right panel after an action succeeds since the action might not belong to currently selected middle menu item. 2011-01-13 11:49:42 -08:00
Jessica Wang 39783503b8 domain page, disk offering page, service offering page - not update right panel after an action succeeds since the action might not belong to currently selected middle menu item. 2011-01-13 11:17:05 -08:00
Jessica Wang efc35809ae Router page, SystemVM page - not update right panel after an action succeeds since the action might not belong to currently selected middle menu item. 2011-01-13 11:01:30 -08:00
will b548c3e825 bad merge. Not sure how the variable was not declared. 2011-01-13 10:45:39 -08:00
Jessica Wang 7e7a5f3e45 cluster page, network page, secondary storage page - not update right panel after an action succeeds since the action might not belong to currently selected middle menu item. 2011-01-13 10:13:41 -08:00
Jessica Wang fb04b04835 pod page, zone page - not update right panel after an action succeeds since the action might not belong to currently selected middle menu item. 2011-01-13 09:40:42 -08:00
will 13d051df80 bug 7926: fixed spelling mistake. 2011-01-13 09:14:11 -08:00
Jessica Wang 1e1f32fa2e Primary Storage page - not update right panel after an action succeeds since the action might not belong to currently selected middle menu item. 2011-01-12 18:29:47 -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 ae477a7c56 host page, primary storage page - copy action info over right panel. 2011-01-12 17:46:53 -08:00
Jessica Wang 3a0b98eb83 bug 7956: when middle menu action fails, show error message on right panel if this action belongs to the currently selected middle menu item. 2011-01-12 15:20:05 -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 5f1d54b978 bug 7956: when copy action info from middle menu item to right panel, hide spinning wheel in right panel if spinning wheel in middle menu item id hidden. 2011-01-12 14:05:23 -08:00
Jessica Wang 0a05b9c075 volume page - not update right panel after an action succeeds since the action might not belong to currently selected middle menu item. 2011-01-12 11:37:41 -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 771cc63145 bug 7861: secondary storage page - implement "Add Secondary Storage" button. 2011-01-11 17:29:57 -08:00
Jessica Wang 109846f605 bug 7861: after adding secondary storage successfully, click secondary storage node under the zone. 2011-01-11 17:10:57 -08:00
Jessica Wang af3ce884cb bug 7861: secondary storage page - refresh page when clicking between different secondary storage node. 2011-01-11 16:49:50 -08:00
will 866fb132fd bug 7803: Added ability to specify whether a direct network is default or not. 2011-01-11 16:44:50 -08:00
Jessica Wang 72b4552f01 bug 7861: secondary storage page - implement "Delete Secondary Storage" action. 2011-01-11 16:40:36 -08:00
Jessica Wang 6c45b92a68 bug 7861: secondary storage page - implement details tab. 2011-01-11 16:15:57 -08:00
Jessica Wang c0b520c596 bug 7861: add JavaScript file, JSP file for secondary storage page. 2011-01-11 16:04:11 -08:00
will 75ab3a554c Added a missing semi-colon 2011-01-11 14:56:05 -08:00
will 5490c4ee02 Added ability to allow users to select language support. 2011-01-11 14:34:42 -08:00
Jessica Wang 2e84e9fc92 bug 7738: volume page - snapshot tab - create template from snapshot dialog - add isFeatured dropdown. 2011-01-11 14:19:30 -08:00
will 5c275827ad Initial support for allowing users to change their UI skin. 2011-01-11 12:08:53 -08:00
Jessica Wang f60aedaa95 template page - add "Type" row (whose value is like "SYSTEM", "USER", "BUILTIN"). 2011-01-11 11:48:48 -08:00
Jessica Wang 2f97f6a374 Security Group page - ingress rule tab - fix a bug that validation fails when selected protocol is ICMP. 2011-01-11 11:13:22 -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
Jessica Wang 432cbc8458 hide/show security group left menu when direct.attach.security.groups.enabled is false/true. 2011-01-10 14:51:36 -08:00
Jessica Wang ff3b0b3532 bug 6361: security group page - ingress rule tab - implement authorizeSecurityGroupIngress API. 2011-01-10 14:20:26 -08:00
Jessica Wang d11978a82d bug 6361: security group page - implement add ingress rule dialog. 2011-01-10 12:12:53 -08:00
Jessica Wang 85a0afb68c bug 6361: correct response parameter name of revokeSecurityGroupIngress API. 2011-01-10 10:50:22 -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 e6dd262657 bug 6361: correct parameter name of API response. 2011-01-07 14:51:10 -08:00
Jessica Wang 7843b30ff2 IP Address page - fix a bug "networkObj is undefined" when login as user-role. 2011-01-07 12:07:24 -08:00
Jessica Wang 318a5c7d0c IP Address page - fix a bug "networkObj is undefined" when login as user-role. 2011-01-07 11:58:13 -08:00
Jessica Wang e57a4bce00 bug 7744:create shared function clickItemInMultipleSelectionMidmenu(). 2011-01-07 11:09:22 -08:00
will 1c29a5f824 Listing only virtual network offering 2011-01-07 11:01:41 -08:00
will c04ee3d85f Removing one more check for networkoffering.type 2011-01-06 18:11:23 -08:00
Jessica Wang 205f7b8ee5 bug 7744: selected_midmenu_id is not used in multiple-selection middle menu. So, remove the code. 2011-01-06 17:37:19 -08:00
Jessica Wang 4fa6fc4d7c bug 7744: after tab action succeeds, click middle menu item to show action info if the action belongs to the currently selected middle menu item. 2011-01-06 17:26:26 -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