Commit Graph

92 Commits

Author SHA1 Message Date
Jessica Wang 233675b53d new UI - keep middle menu and its content when host page or primary storage page is loaded into right panel. 2010-10-26 14:11:35 -07:00
Jessica Wang 38a5d86951 new UI - pod page - when appending items to middle menu, make sure that host always go first and primary storage always go later. 2010-10-26 11:41:39 -07:00
Jessica Wang 7e9593a399 new UI - creating primary storage doesn't create cluster. no need to refresh cluster under pod after this action. 2010-10-26 11:31:40 -07:00
Jessica Wang 107ad39fff new UI - after adding host or adding primary storage, refresh cluster under pod in left navigation. 2010-10-26 11:19:53 -07:00
Jessica Wang 4749af0fff new UI - zone page - show a circle instead of an arrow next to zone name if there is no pod under the zone. 2010-10-26 10:05:41 -07:00
Jessica Wang 9a2380c337 new UI - add secondary storage - do not show action info inside subgrid item (action info will be shown in dialog if action fails). 2010-10-26 09:33:08 -07:00
Jessica Wang cfdd6999ad new UI - Add Zone - keep dialog box open with spinning wheel running until action is complete. If action succeeds, close dialog box. If action fails, display error message on dialog box. 2010-10-25 21:20:05 -07:00
Jessica Wang 7fa3b74d28 new UI - Add Pod - keep dialog box open with spinning wheel running until action is complete. If action succeeds, close dialog box. If action fails, display error message on dialog box. 2010-10-25 21:01:19 -07:00
Jessica Wang d5a6a6451d new UI - Add Secondary Storage - keep dialog box open with spinning wheel running until action is complete. If action succeeds, close dialog box. If action fails, display error message on dialog box. 2010-10-25 20:52:44 -07:00
Jessica Wang 800df736fe new UI - Add Primary Storage - keep dialog box open with spinning wheel running until action is complete. If action succeeds, close dialog box. If action fails, display error message on dialog box. 2010-10-25 20:42:15 -07:00
Jessica Wang 6ae1b7d30b new UI - Add Host - keep dialog box open with spinning wheel running until action is complete. If action succeeds, close dialog box. If action fails, display error message on dialog box. 2010-10-25 20:20:11 -07:00
Jessica Wang a1557eb667 new UI - resources page - fix a bug that StartVM/StopVM/RebootVM/DestroyVM button didn't disappear when clicking instance page then clicking zone/pod/systemVM/cluster node in left navigation. 2010-10-25 20:03:35 -07:00
Jessica Wang 5a0ed4dedd new UI - VLAN page - info dropdown - implement close button. 2010-10-25 19:42:35 -07:00
Jessica Wang 2466501911 new UI - VLAN page - fill up info dropdown. 2010-10-25 19:35:52 -07:00
Jessica Wang 56ce968533 new UI - VLAN page - clicking info icon will show a dropdown that shows VLAN details. 2010-10-25 18:06:21 -07:00
Jessica Wang 3eb7bee1f9 new UI - Add VLAN - keep dialog box open and show spinning wheel on dialog box after Add button is clicked. Display error message on dialog box if adding fails. Close dialog box if adding succeeds. 2010-10-25 17:28:14 -07:00
Jessica Wang 912d1c50a9 new UI - zone page - (1) switch to Network tab when Add VLAN button is clicked. (2) switch to Secondary Storage tab when Add Secondary Storage button is clicked. This way, the newly added VLAN/SecondaryStorage can show. 2010-10-25 16:39:55 -07:00
Jessica Wang 9bbac6ee76 new UI - resources page - zone page - always show Add Host, Add VLAN, Add Secondary Storage when clicking through different tabs. 2010-10-25 15:52:25 -07:00
Jessica Wang 31a5c77692 new UI - VLAN page - Direct VLAN and Virtual VLAN share the same template. 2010-10-25 15:28:27 -07:00
Jessica Wang 1e32ae0871 new UI - apply new function copyAfterActionInfoToRightPanel() to all pages which will refresh action info on top of right panel when clicking through different middle menu items. 2010-10-25 11:29:55 -07:00
Jessica Wang 6506c9b4db new UI - template page - fix a bug: match parameters of doEditTemplates2() function. 2010-10-24 00:39:24 -07:00
Jessica Wang 3d0aefe6bc new UI - host page - after enableMaintenance/cancelMaintenance/forceReconnect, update info in middle menu and right panel. 2010-10-24 00:16:36 -07:00
Jessica Wang 319bda7c3b new UI - pass detailsTab element when doing action, so we don't need to select detailsTab again when trying to show loading image in detailsTab. 2010-10-23 23:51:23 -07:00
Jessica Wang b4f76d79c1 new UI - pass element instead of element ID when doing details tab action. So, don't need to select element again after action is done. 2010-10-23 21:01:58 -07:00
Jessica Wang 15e4366c9e new UI - fix a bug that disable multiple selection was not working. 2010-10-23 09:22:02 -07:00
Jessica Wang 958aaaaf87 new UI - instance page - refactor submenu. 2010-10-22 20:23:05 -07:00
Jessica Wang 4af701c6fb new UI - resource page - fix the logic of showing/hiding Add Zone/Pod/PrimaryStorage/VLAN/SecondaryStorage/Host between different type of nodes. 2010-10-21 11:20:30 -07:00
Jessica Wang 2313112831 new UI - load resource.jsp into right panel when zone tree node is clicked (to resolve the bug that resource.jsp is not found after coming back from other pages). 2010-10-21 11:08:32 -07:00
Jessica Wang 656c933891 new UI - system VM page - add view console template. 2010-10-20 19:15:30 -07:00
Jessica Wang c2a477e725 new UI - system VM page - implement view console action. 2010-10-20 18:59:15 -07:00
Jessica Wang 97a8f3f9ab new UI - resources page - zonetree - make clickable area bigger for each tree node. 2010-10-20 17:59:24 -07:00
Jessica Wang e9b81c9b1e new UI - resources page - populate host and primary storage into middle menu when pod node is clicked (just like when cluster node is clicked). 2010-10-20 16:45:40 -07:00
Jessica Wang 41fb27d246 new UI - show middle menu when clicking pod node in left menu. 2010-10-20 14:51:52 -07:00
Jessica Wang afcf6c1360 new UI - resources page - fix a bug that clicking on zone/pod/systemVM node will close system menu. 2010-10-20 11:53:01 -07:00
Jessica Wang 3e40809e75 new UI - implement delete pod action. 2010-10-19 16:12:15 -07:00
Jessica Wang b60fd783fd new UI - implement delete zone action. 2010-10-19 15:55:27 -07:00
Jessica Wang 0b19113ca8 new UI - change element ID to be consistent with other elements. 2010-10-19 14:36:19 -07:00
Jessica Wang 3372ad1fb4 new UI - implement delete secondary storage action. 2010-10-19 14:04:58 -07:00
Jessica Wang da762b01db new UI - implement delete primary storage action. 2010-10-19 10:52:01 -07:00
Jessica Wang 743f58fb0c new UI - hide middle menu when clicking zone node, pod node, systemVM node, dashboard. show middle menu otherwise. 2010-10-19 10:20:22 -07:00
Jessica Wang 1e0f2fb436 new UI - when clicking cluster node, select the 1st host in middle menu as default. 2010-10-19 09:41:12 -07:00
Jessica Wang f11df0880f new UI - host page - remove testing code. 2010-10-19 09:38:07 -07:00
Jessica Wang bae8998d2d new UI - host page - implement update OS action. 2010-10-18 19:09:38 -07:00
Jessica Wang 95360a51ed new UI - implement remove host action. 2010-10-18 17:15:48 -07:00
Jessica Wang 82132b8a54 new UI - implement Force Reconnect on Host. 2010-10-18 16:59:20 -07:00
Jessica Wang 9d7a2da5d8 new UI - implement Cancel Maintenance Mode. 2010-10-18 16:45:37 -07:00
Jessica Wang c67c618d44 new UI - host page - show different action option based on host state. 2010-10-18 16:14:56 -07:00
Jessica Wang faeff7707f new UI - confirm action before enable maintenance on host. 2010-10-18 15:46:10 -07:00
Jessica Wang a9c82e2bd5 new UI - fix a bug that host and primary storage appear more than once when clicking between different left menu. 2010-10-18 15:21:58 -07:00
Jessica Wang ab46791903 new UI - both host and primaryStorage are displayed in middle menu when cluster node is clicked. So, give host and primaryStorage different format of middle menu name to avoid conflict. 2010-10-18 14:06:33 -07:00