Commit Graph

1250 Commits

Author SHA1 Message Date
Jessica Wang 901a31c898 bug 8636: change domain dropdown to autoComplete input textbox - rename applyAutoComplete(). 2011-02-28 10:30:34 -08:00
Jessica Wang 913903cbe6 bug 8655: if zone.securitygroupsenabled is true and users still choose to select network instead of security group, then UI won't show shared networks whose securitygroupenabled is true 2011-02-25 21:01:33 -08:00
Jessica Wang 2225d2cf31 bug 8655: if zone.securitygroupsenabled is true and users still choose to select network instead of security group, then UI won't show networks whose securitygroupenabled is true 2011-02-25 20:18:32 -08:00
Jessica Wang 1ffd861846 bug 8655: VM Wizard - step 4 - NOT create virtual network when zone.securityGroupsEnabled is true and users choose to launch VM on private network instead of using security groups. 2011-02-25 19:27:51 -08:00
Jessica Wang 6fe3cfc504 bug 8725: snapshot page - create volume from snapshot dialog - remove disk offering dropdown. 2011-02-25 18:18:32 -08:00
Jessica Wang df4fbe796b bug 8655: VM Wizard - step 4 - If Security Group Network is used AND there is at least one dedicated direct tagged default network for the account, then prompt “Do you wish to launch your VM on a private cloud/network?” If Yes, present network container. If No, present security groups container. 2011-02-25 17:03:03 -08:00
Jessica Wang ac144e1446 bug 8655: Network page - Add Network dialog - show only 1 option("account-specific") in scope field when zone.securitygroupsenabled is true. 2011-02-25 15:44:43 -08:00
Jessica Wang 6ca037b886 bug 8655: Network page - Direct Network - Add IP Range dialog - when zone.securitygroupsenabled is true, show 3 more fields: VLAN ID, gateway, netmask. Otherwise, hide the 3 fields. 2011-02-25 14:48:26 -08:00
Jessica Wang 085415781e bug 8655: IP Address page - remove "&forvirtualnetwork=true" from listPublicIpAddresses API call for advanced zone whose security group is enabled 2011-02-25 14:08:55 -08:00
Jessica Wang 1be395f13c Network Offering page - show only DefaultDirectNetworkOffering. 2011-02-25 12:07:18 -08:00
Jessica Wang c06444c079 bug 8655: Add Zone Wizard - Advanced Mode - Security Group - step 4 - create direct VLAN with VLAN ID. 2011-02-25 11:55:14 -08:00
Jessica Wang 0131edd628 bug 8655: Add Zone Wizard - Advanced Mode - when security group is selected, create direct VLAN instead of virtual VLAN. 2011-02-25 10:54:28 -08:00
Jessica Wang 3308c514f5 bug 8655: VM Wizard - step 4 - show security group container if zone.securitygroupsenabled is true; otherwise show network container. 2011-02-24 19:54:14 -08:00
Jessica Wang 309dae765d bug 8655: Add Zone Wizard - step 1 - implement Isolation Mode: virtual, security group. 2011-02-24 18:03:46 -08:00
Kelven Yang ddee65162e bug 8680: disable standalone host feature in VMware 2011-02-24 17:17:00 -08:00
Jessica Wang 81d351368b listNetworkOfferings API has been changed to take in guestIpType parameter instead of trafficType parameter. Here is related UI change. 2011-02-24 16:32:33 -08:00
Jessica Wang 801f7c4364 bug 8655: zone page - add "Security Group Enabled" row. 2011-02-24 15:34:19 -08:00
Jessica Wang 88447a8aa2 Create account dialog - domain autoComplete - change it from case-sensitive to not case-sensitive. 2011-02-24 11:37:23 -08:00
Jessica Wang fb4e67c140 IP Address page - source Nat ip address - hide LB tab if the LB service has "LoadBalancingSupportedIps" capability (meaning it's using external load balancer). 2011-02-24 11:26:58 -08:00
Jessica Wang cc77245a80 bug 8636: instance page - advanced search - change domain dropdown to input text field with autoComplete function. 2011-02-23 15:48:21 -08:00
Jessica Wang 198f8b3073 bug 8636: apply auto-complete function to domain dropdown - create shared function applyAutoComplete(). 2011-02-23 14:17:11 -08:00
Jessica Wang 91b4a8e172 bug 8705: seperate "CPU" row into 2 rows: "Total CPU" and "CPU Utilized". 2011-02-23 10:47:24 -08:00
Jessica Wang 1ff7e72eef bug 8450: handle invalid JSON string returned by API call. 2011-02-22 18:09:03 -08:00
Jessica Wang 5120de7bc7 bug 8374: create new shared function validateEmail(). 2011-02-22 16:09:48 -08:00
Jessica Wang 4b4ac27c27 bug 8216: Snapshot page - create volume dialog - add Disk Offering dropdown that only lists customized(private) disk offerings. 2011-02-22 15:50:46 -08:00
Jessica Wang c082425b16 Account page - Add Account dialog - change domain dropdown to input text field that has autoComplete function. 2011-02-22 15:05:06 -08:00
Jessica Wang 2d0a0c19e9 bug 8621: Don't automatically create a guest virtual network if the offering states it is unavailable. (2) 2011-02-22 12:09:09 -08:00
Jessica Wang cb66d8d270 bug 8621: Don't automatically create a guest virtual network if the offering states it is unavailable. 2011-02-22 12:09:08 -08:00
Jessica Wang 98221dc217 bug 8541: Instance page - grayout/enable top buttons upon selected middle menu items. 2011-02-22 11:25:56 -08:00
Jessica Wang 3d3db9eff2 bug 8541: Instance page - fix a bug that top Start button was shown while it was not supposed to. 2011-02-22 10:38:14 -08:00
Jessica Wang 3f45a56cff bug 8541: Instance page - hide/show top buttons upon state of selected middle menu items. 2011-02-18 16:34:18 -08:00
Jessica Wang 537fa0a319 bug 8381: disassociateIpAddress API has been changed from Sync to Async. Here is related UI change. 2011-02-18 15:30:40 -08:00
Jessica Wang 8e9e37d617 bug 8541: add countTopButtonMapFn(), resetTopButtonMapFn(). 2011-02-18 15:16:14 -08:00
Jessica Wang 80f4ed404f create new shared function unclickItemInMultipleSelectionMidmenu() which is as opposed to existing function clickItemInMultipleSelectionMidmenu(). 2011-02-18 14:21:32 -08:00
Jessica Wang b64e75ecd4 Multiple-selection page: apply clickItemInMultipleSelectionMidmenu() in createMultipleSelectionSubContainer(). 2011-02-18 12:23:02 -08:00
Jessica Wang 70dcfa39fe bug 8538: Host page - statistics tab - seperate CPU row to 2 rows ("Total CPU", "CPU Utilized"). Add/Change labels for the first 3 rows. 2011-02-18 11:43:27 -08:00
Jessica Wang 69dbe7e316 Instance page - vm group left menu (login as regular-user) - fix a bug that Refresh button on right panel didn't work. 2011-02-18 10:51:53 -08:00
Jessica Wang b39bdc6e00 bug 8575: network page - when mouse is over middle menu item, show tooltip related to this middle menu item. 2011-02-17 17:53:39 -08:00
Jessica Wang 7a274583a5 bug 8575: diskOffering/host/networkOffering/primaryStorage/router/systemOffering/systemVM page - when mouse is over middle menu item, show tooltip related to this middle menu item. 2011-02-17 17:51:08 -08:00
Jessica Wang 541f216e40 bug 8575: account/alert/event/instance/IpAddress/ISO/SecurityGroup/Snapshot/Template/Volume page - when mouse is over middle menu item, show tooltip related to this middle menu item. 2011-02-17 17:41:54 -08:00
Jessica Wang fdd4146b22 bug 8575: when mouse is over middle menu item, show tooltip related to this middle menu item. 2011-02-17 17:17:08 -08:00
Jessica Wang 373525f345 bug 8635: similar bug shows after hitting Submit button in step 5. (Fix: when virtual network container is hidden (e.g. when defaultVirtualizedNetworkOffering.availability is Unavailable), get checked radio buttons from only direct network container.) 2011-02-17 16:18:17 -08:00
Jessica Wang 74b464782e Make Add VM Wizard, Add Zone Wizard draggable. 2011-02-17 16:13:01 -08:00
Jessica Wang 3cbf985f0f bug 8635: when virtual network container is hidden (e.g. when defaultVirtualizedNetworkOffering.availability is Unavailable), get checked radio buttons from only direct network container. 2011-02-17 15:35:36 -08:00
Jessica Wang d9e9c6cb40 IP address page - get services by associatedNetworkId instead of networkId. 2011-02-17 14:30:58 -08:00
Jessica Wang 37de026f28 bug 8526: Template page - Delete Template action - avoid calling listTemplates after delete action succeeds. 2011-02-17 11:17:05 -08:00
Jessica Wang 90ef04ffe5 bug 8526: ISO page - Delete ISO action - avoid calling listIsos after delete action succeeds. 2011-02-17 10:55:37 -08:00
Jessica Wang 2711a537d2 Specify changable status for instance, router, systemVM. 2011-02-17 10:05:28 -08:00
Jessica Wang 622a793289 Primary Storage page - automatically refresh primary storage status every 2 seconds until status doesn't change any more. 2011-02-16 18:21:43 -08:00
Jessica Wang e2f6e9b677 Host page - automatically refresh host status every 2 seconds until status doesn't change any more. 2011-02-16 17:52:03 -08:00
Jessica Wang 8d1f650a9e SystemVM page - automatically refresh systemVM status every 2 seconds until status is not Starting/Stopping any more. 2011-02-16 16:48:56 -08:00
Jessica Wang 1ef93412dd Router page - automatically refresh router status every 2 seconds until status is not Starting/Stopping any more. 2011-02-16 16:33:56 -08:00
Jessica Wang 7d5706788c Edit Instance - fix a bug "json.listserviceofferingsresponse.serviceoffering is undefined". 2011-02-16 15:53:32 -08:00
Jessica Wang eb7d531456 bug 8577: Make listAlerts API take in id parameter. 2011-02-16 15:35:34 -08:00
Jessica Wang 35397d7176 bug 8577: Make listEvents API take in id parameter. 2011-02-16 15:20:05 -08:00
Jessica Wang c475aacc08 bug 8578: make listRouters API take in id parameter. 2011-02-16 15:06:11 -08:00
Jessica Wang 2d262894d1 multiple-selection page - fix a bug that top error container wrongly showed previous afterActionInfo. 2011-02-16 13:59:02 -08:00
Jessica Wang d9e3019754 Instance page - automatically refresh VM status every 2 seconds when status is Starting or Stopping. 2011-02-16 11:32:37 -08:00
Jessica Wang 30930fdc5d template/ISO download status - show status in gray instead of in red when status is "N% Downloaded". 2011-02-15 17:01:21 -08:00
Jessica Wang 3beb02a865 Secondary Storage page - remove state row. 2011-02-15 16:33:50 -08:00
Jessica Wang eb33345f2e template page - add Download Progress Bar that shows when download progress is not finished and hides when download progress finishes. 2011-02-15 16:27:08 -08:00
Jessica Wang 36e058114f ISO page - automatically refresh status and download progress bar every 2 seconds. 2011-02-15 16:00:38 -08:00
Jessica Wang 5c010cfce6 ISO page - add Download Progress Bar that shows when download progress is not finished and hides when download progress finishes. 2011-02-15 16:00:37 -08:00
Jessica Wang cabaa51247 bug 8263: Update Zone - make isPublic row editable if the zone is domain-specific; make isPublic row non-editable if the zone is public. 2011-02-14 17:36:54 -08:00
Jessica Wang ea9ef6f076 bug 8263: Zone page - details tab - add isPublic row. 2011-02-14 17:19:26 -08:00
Jessica Wang 49cdddd275 bug 8498: Add ISO dialog - make OS Type field required when Bootable field is Yes; make OS Type field non-required when Bootable field is No. 2011-02-14 16:43:14 -08:00
Jessica Wang 2a72d067d5 Network page - implement refresh button on right panel for public network item and direct network item. 2011-02-14 15:28:59 -08:00
Jessica Wang 737eac1bf4 VM Wizard - localize labels in review screen. 2011-02-14 13:52:44 -08:00
Jessica Wang 61bbbfba95 Resource page, Host page, Network page - localize title in all dialog boxes. 2011-02-14 13:13:26 -08:00
Jessica Wang a6b478e092 volume page - localize download volume message (2) 2011-02-14 11:24:11 -08:00
Jessica Wang c22bd9ca37 fix a bug that Download ISO, Download Template showed # instead of URL in dialog box. 2011-02-11 20:26:21 -08:00
Jessica Wang cfb5940fbc IP Address page, Security Group page - localize title in all dialog boxes. 2011-02-11 19:32:34 -08:00
Jessica Wang a3dd23864d Snapshot page - localize title in all dialog boxes. 2011-02-11 19:13:30 -08:00
Jessica Wang 62f841baf6 translate new words in messages_zh_CN.properties 2011-02-11 18:55:35 -08:00
Jessica Wang 85ea517350 Router page, SystemVM page - implement refresh button on right panel to refresh only the right panel (i.e. only the selected item in middle menu). 2011-02-11 16:06:52 -08:00
Jessica Wang b5ba7f07f8 Event page, Alert page - implement refresh button on right panel to refresh only the right panel (i.e. only the selected item in middle menu). 2011-02-11 15:44:12 -08:00
Jessica Wang 673931dde4 account page - create account - encode accountName before sending to CreateAccount API. 2011-02-11 14:57:34 -08:00
Jessica Wang f8ffdda377 Account page - implement refresh button on right panel to refresh only the right panel (i.e. only the selected item in middle menu). 2011-02-11 14:43:22 -08:00
Jessica Wang 614bdc3ee2 Security Group page - implement refresh button on right panel to refresh only the right panel (i.e. only the selected item in middle menu). 2011-02-11 14:29:59 -08:00
Jessica Wang 38e43347e1 bug 8559: IP Address page - hide Load Balancer tab when source NAT IP address is selected. 2011-02-11 14:17:48 -08:00
Jessica Wang 18aafb3e38 bug 8395: UI - show "system-given-VM-name plus user-defined-VM-name" to all roles (root-admin, domain-admin, regular user). 2011-02-11 11:39:44 -08:00
Kelven Yang bda0b09441 fix url encoding in add host to existing vmware cluster 2011-02-11 11:16:33 -08:00
Jessica Wang 0be5252e28 bug 8426: localize text (11. ~ 18. in this bug) 2011-02-10 17:47:27 -08:00
Jessica Wang 8c07ef5097 bug 8499: Change "Create" button to "Add" button in all Add XXXXXXX dialogs. 2011-02-10 15:21:17 -08:00
Jessica Wang 2255d40e98 bug 8498: UI change - Add ISO dialog will hide OS Type dropdown when bootable field is slected as false. 2011-02-10 14:44:36 -08:00
Jessica Wang 65d7ff0fe9 bug 8497: click anywhere in left menu "Isos" would collapse/expand sub-items (My Isos, Featured Isos, Community Isos). So would left menu "Templates". 2011-02-10 13:40:54 -08:00
Jessica Wang b1b04d69fb bug 8497: click left menu "Isos" would collapse/expand sub-items (My Isos, Featured Isos, Community Isos). So would left menu "Templates". 2011-02-10 11:52:44 -08:00
Jessica Wang c218b3f9d4 bug 8514: Instance page - volume tab - Create Template dialog - fix a bug that OS dropdown was empty when 2nd time visiting Instance page. 2011-02-09 17:34:21 -08:00
Jessica Wang 49f8a1f257 Add Pool Dialog - merge event handler binding stuff into the same function: bindEventHandlerToDialogAddPool(). 2011-02-09 15:17:17 -08:00
Jessica Wang 33be02d420 fix a bug that Cluster field didn't get emptied when pod field is blank. 2011-02-09 14:58:09 -08:00
Jessica Wang 118ab360d0 create shared function populateClusterFieldInAddPoolDialog() - reduce code repetition. 2011-02-09 14:27:09 -08:00
Jessica Wang dae909aaf8 Add Pool Dialog - localize protocol values in dropdown. 2011-02-09 14:00:21 -08:00
Jessica Wang cec16baf8e Create Shared function bindAddPrimaryStorageDialog() to bind event handler to cluster dropdown in Add Primary Storage dialog. 2011-02-09 13:30:34 -08:00
Jessica Wang 7a9000328a Add Primary Storage dialog - rename Element ID of cluster dropdown. 2011-02-09 12:29:01 -08:00
Jessica Wang 20ae6c8f97 Extend shared function doActionToTab() to support details tab action on pages that don't have middle menu (e.g. Domain page, Zone page, Pod page). 2011-02-09 12:07:30 -08:00
Jessica Wang 45cde8c70b bug 8395: Host page - instance tab - show vm display name instead of system-given vm name. 2011-02-09 11:24:01 -08:00
Jessica Wang c77b61d1a9 Support custom afterActionInfo instead of generic one. 2011-02-09 11:06:56 -08:00
Jessica Wang 7f2d7e4224 change text: “ISCSI” => “iSCSI”. 2011-02-09 10:26:29 -08:00
Jessica Wang f7925abaed Instance page - view console proxy - thumbnail - only request thumbnails when mouse is over console proxy icon. Stop requesting thumbnails when mouse is out of console proxy icon. 2011-02-08 17:41:04 -08:00
Jessica Wang e461e36253 bug 8246: remove temporary UI fix since API Bug 7410 has been fixed. 2011-02-08 17:19:57 -08:00
will fb8b895a0a Fixed UI to display the disk size of a disk offering as-is rather than converting from MB to GB 2011-02-08 15:37:28 -08:00
Jessica Wang 82692ba4cd bug 8433: Delete Domain action - show action success/fail info on top of right panel after action finishes. 2011-02-08 15:25:40 -08:00
will 61ca8944a8 One more file that had the password encoding. 2011-02-08 14:30:15 -08:00
will b4731ae138 Merge from 2.2.x. Fixed MD5 password issue in the UI caused by the fact we were URLencoding the password before performing the MD5 sum. 2011-02-08 14:26:38 -08:00
Jessica Wang b062ed0ab6 fix fresh button on right panel for mutliple-selection page (e.g. Instance page). 2011-02-08 13:57:51 -08:00
will 5d8492ab21 bug 8470: Added more clear text after enable maintenance, cancel maintenance, and reconnect host. 2011-02-08 13:54:37 -08:00
Jessica Wang 08abe76f15 Template page, ISO page - refresh right panel when a middle menu item is clicked. 2011-02-08 12:36:02 -08:00
will c22e41ea92 bug 8482: Merge from 2.2.x. Added a refresh all link on top of the mid menu section. Changed the top right refresh to refreshing only the highlighted item. 2011-02-08 12:28:08 -08:00
Jessica Wang e5c61dbed6 bug 8460: fix refresh button on Network page. 2011-02-08 12:09:11 -08:00
Jessica Wang 84ef5458e5 bug 8460: fix refresh button on cluster page and secondary storage page. 2011-02-08 11:26:20 -08:00
will 22d15d2624 bug 8335: Fixed UI to make use of the change from securitygrouplist to securitygroupids 2011-02-08 10:40:55 -08:00
Jessica Wang 6d7b4e3c7a bug 8440: Add Primary Storage dialog - when PreSetup is selected, change "Path:" to "SR Name-Label:". When NFS is selected, change "SR Name-Label:" back to "Path:". 2011-02-07 17:38:09 -08:00
Jessica Wang 882de01461 Make Offer HA field, Domain field not editable. 2011-02-07 16:56:15 -08:00
Jessica Wang 15c88cad37 bug 8413: IP Address page - fix a bug that domain admin can't see PF/LB tabs of Source NAT IP created by sub-domain user. 2011-02-07 16:41:03 -08:00
Jessica Wang f9c6fed9a2 bug 8422: make dialogs that have cluster dropdown wider. 2011-02-07 15:05:03 -08:00
Jessica Wang 10650e1624 Make static-NAT-enabled-IP have "Release IP" option. 2011-02-07 14:35:42 -08:00
Jessica Wang 2cfeae7a22 bug 8441: Register Template dialog - change hypervisor downdown to be dependent on zone selection. 2011-02-07 13:41:40 -08:00
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 b0d12e8985 Add Primary Storage - KVM hypervisor - change protocol name from "sharedMountPoint” to “SharedMountPoint”. 2011-02-07 09:58:55 -08:00
Jessica Wang 0b34c4965b bug 8374: Create User dialog - make email, firstName, lastName required. 2011-02-04 15:48:53 -08:00
Jessica Wang a0e7004cb5 bug 8374: Create Account dialog - make email, firstName, lastName required. 2011-02-04 15:39:30 -08:00
Jessica Wang ec6aa13c74 Add Primary Storage dialog - When protocol is PreSetup, compose URL as "presetup://~~~~~~~". 2011-02-04 15:01:43 -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 37b5c860d2 bug 8394: end user should be able to see community template if global setting "User.Public.Template.Enabled" is true. (2) 2011-02-04 13:24:37 -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 8d68c3713a Add User dialog - hide info_container when pop up dialog or Create button is hit. 2011-02-04 12:26:41 -08:00
Jessica Wang 97af1c82aa handle sync API fail case - change UI to show error text (English, non-localized) instead of error code(530, 531). 2011-02-04 12:00:27 -08:00
Jessica Wang 23c9b5d9d2 IP Address page - change UI to show error text (English, non-localized) instead of error code(530, 531) when API call returns error. 2011-02-04 11:43:24 -08:00
Jessica Wang 144c6fcf2d Update SSL Certificate action - change UI to show error text (English, non-localized) instead of error code(530, 531) when API call returns error. 2011-02-04 11:18:45 -08:00
Jessica Wang 592cfc6b73 Authorize Security Group Rule, Download Template, Download ISO action - change UI to show error text (English, non-localized) instead of error code(530, 531) when API call returns error. 2011-02-04 11:11:28 -08:00
Jessica Wang e86723e194 Add Volume, Download Volume action - change UI to show error text (English, non-localized) instead of error code(530, 531) when API call returns error. 2011-02-04 10:53:45 -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 858464e3ef change UI to show error text (English, non-localized) instead of error code(530, 531) when API call returns error. 2011-02-04 10:14:59 -08:00
Jessica Wang 57d1e546de bug 8360: Make default option in advanced search field capitalized. 2011-02-03 16:43:56 -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 f08ab3b962 bug 8351: round dashboard percentages 2011-02-03 12:04:04 -08:00
Jessica Wang b75d23bb36 bug 8194: Physical Resources page, Zone page: Add Primary Storage dialog, add a new protocol "PreSetup" if cluster type is XenServer. 2011-02-03 11:31:17 -08:00
Jessica Wang 5563a571c7 bug 8194: Pod/Cluster/Primary Storage page: Add Primary Storage dialog, add a new protocol "PreSetup" if cluster type is XenServer. 2011-02-03 11:22:41 -08:00
Jessica Wang 7b1ed3917f Security Group page - localize error message of authorizeSecurityGroupIngress 2011-02-02 16:50:41 -08:00
Jessica Wang a2c7051c42 IP Address page - localize action error message. 2011-02-02 16:46:51 -08:00
Jessica Wang 6d754176ce localize Download Volume action message. 2011-02-02 16:08:39 -08:00
Jessica Wang 617569a21b Deploy VM action - remove a non-used value. 2011-02-02 15:59:41 -08:00
Jessica Wang 5aa91b6d55 localize Download Template success/fail message. 2011-02-02 15:35:08 -08:00
Jessica Wang d3fe06eddc localize Download ISO success/fail message. 2011-02-02 15:24:05 -08:00
Jessica Wang ab63da4591 revokeSecurityGroupIngress API has been changed to take in id parameter. Here is related UI change. 2011-02-02 14:17:32 -08:00
Jessica Wang 7cf46b5946 bug 8244: IP Address page - all dialogs - hide info_container when clicking Submit button. 2011-02-02 13:31:00 -08:00
Jessica Wang 8bcd5a2934 bug 8244: Network page, Secondary Storage page - all dialogs - hide info_container when clicking Submit button. 2011-02-02 13:17:09 -08:00
Jessica Wang 222c865975 bug 8244: Pod page - all dialogs - hide info_container when clicking Submit button. 2011-02-02 13:10:52 -08:00
Jessica Wang daa60e1ad9 bug 8244: Zone page - all dialogs - hide info_container when clicking Submit button. 2011-02-02 12:37:39 -08:00