Commit Graph

113 Commits

Author SHA1 Message Date
Jessica Wang d9fdd57084 new UI - SystemVM page - refresh right panel after action is finished. 2010-10-29 13:15:13 -07:00
Jessica Wang dcbe90c8b7 new UI - System VM page - hide Start System VM action when status is Running; hide Stop System VM and Reboot System VM when status is stopped; hide all actions otherwise. 2010-10-29 12:13:00 -07:00
Jessica Wang f7bd54a9ac new UI - System VM page - actions - correct API name and API response. 2010-10-29 11:57:08 -07:00
Jessica Wang d224604a72 new UI - system vm page - implement actions "start system VM", "stop system VM", "reboot stystem VM". 2010-10-29 11:14:03 -07:00
Jessica Wang eb2ef04a93 new UI - Host page, Secondary Storage Page - use different colors (green, red, gray) to emphasize Status field. 2010-10-29 10:12:16 -07:00
Jessica Wang 77b4eec14d new UI - Add Host button displays on Primary Storage page now. fix a bug ("podObj is not found") that appears when clicking Add Host button on Primary Storage page without visiting pod page first. 2010-10-28 14:18:40 -07:00
Jessica Wang 17b9a23797 new UI - Add Host button displays on host page now. fix a bug ("podObj is not found") that appears when clicking Add Host button on host page without visiting pod page first. 2010-10-28 14:08:52 -07:00
Jessica Wang 1fe7844dff new UI - host page - add status icon in middle menu. 2010-10-28 09:57:14 -07:00
Jessica Wang f26f40c049 new UI - fix a bug "$iconContainer is not found" 2010-10-27 18:13:19 -07:00
Jessica Wang 3544cb79cd new UI - middle menu - add primary storage icon and host icon 2010-10-27 18:01:14 -07:00
Jessica Wang 8759c3f1f5 new UI - add primary storage - after action, show primary storage in middle menu with a title "Primary Storage" on it. 2010-10-27 17:47:21 -07:00
Jessica Wang 36a14c014f new UI - fix selected issue on zone tree in left navigation. 2010-10-27 16:21:19 -07:00
Jessica Wang e53ce7de78 new UI - fix: "Add Secondary Storage VM button visible in POD" 2010-10-27 14:37:48 -07:00
Jessica Wang 271f6bec67 new UI - cluster page - add margin between primary storage and host in middle menu. 2010-10-27 14:18:11 -07:00
Jessica Wang 03098ec890 new UI - rename function name to be more intuitive. This function will handle all action info and copy them over to right panel when middle menu item is clicked. 2010-10-27 12:06:00 -07:00
Jessica Wang 8d248d7ebd new UI - pod node - when clicking arrow icon, content under it (i.e. clusters) will get refreshed from database. 2010-10-27 09:57:53 -07:00
Jessica Wang 01ce8abc77 new UI - zone tree - when clicking zone arrow, content under it will get refreshed. 2010-10-27 09:46:02 -07:00
Jessica Wang 00d5c34db7 new UI - fix a bug that pod doesn't collapse/expand the first time being clicked. 2010-10-26 16:06:26 -07:00
Jessica Wang 0988f50de8 new UI - left zone tree - zone node - arrow icon is too small to click. Extend arrow-affected area to the whole zone node. 2010-10-26 15:49:09 -07:00
Jessica Wang 456b7a0ee0 new UI - cluster page - middle menu - add middle menu item header "Host" above hosts, "Primary Storage" above primary storages. 2010-10-26 15:25:27 -07:00
Jessica Wang 72f0940f7a new UI - after addHost with new cluster, refresh cluster under pod and automatically click the newly created cluster node (to show cluster page in right panel and host in middle menu if the host is created successfully). 2010-10-26 14:51:43 -07:00
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