Commit Graph

530 Commits

Author SHA1 Message Date
Jessica Wang dcad660789 bug 7448: zone tree - network - Add IP range to public network - remove VLAN Type option (because it's always "Virtual") and networkName, networkDesc (because it's for direct network, not public network). 2010-12-09 12:27:11 -08:00
Jessica Wang 5662ea7d90 bug 7448: zone tree - network - direct network page - details tab - remove IP range row. 2010-12-09 11:48:17 -08:00
Jessica Wang 8d87271dad bug 7448: zone tree - network - implement Add IP Range for direct network. 2010-12-09 11:38:02 -08:00
Jessica Wang b043f5517f bug 7448: zone tree - network - implement Add IP Range for public network. 2010-12-09 11:07:23 -08:00
Jessica Wang 2f39796392 bug 7448: zone tree - network - Add Network Dialog - after adding a direct network, show it in middle menu. 2010-12-09 09:34:01 -08:00
Jessica Wang cff9855402 bug 7448: zone tree - network - implement Add Network Dialog. 2010-12-08 19:53:13 -08:00
will 11e22726b7 bug 7438: Commenting out feature where you can directly create a VM from a template or ISO for Beta2. It just doesn't work with the new networking model. 2010-12-08 19:22:14 -08:00
will 83d68999a2 bug 7312: fixed issue where changing the "customize" drop-down when adding a new disk offering does nothing. 2010-12-08 19:13:42 -08:00
Jessica Wang a4f35f90ce bug 7448: zone tree - network - change element ID of IP range template since it's shared by both public network and direct network. 2010-12-08 18:52:44 -08:00
Jessica Wang 01a04ecad0 bug 7448: zone tree - network - public network page - IP allocation tab - apply new parameter (forvirtualnetwork=true) when calling listVlanIpRanges API. 2010-12-08 18:41:21 -08:00
Jessica Wang 4e9c030d82 bug 7448: zone tree - network - public network page - implement IP allocation tab. 2010-12-08 18:11:50 -08:00
will 2965997f96 bug 7343: You no longer have any actions associated with source nat ips
- Fixed dialog width issues
2010-12-08 18:05:25 -08:00
Jessica Wang ad5870bd70 bug 7448: zone tree - network - public network page - implement details tab. 2010-12-08 17:40:36 -08:00
Jessica Wang fa45669a8a bug 7448: zone tree - network - public network - add "Firewall" tab, "Load Balancer" tab. 2010-12-08 17:10:01 -08:00
Jessica Wang c7ed0cf134 bug 7448: zone tree - network - only show "public network" in middle menu when zone is in advanced-mode. 2010-12-08 16:21:36 -08:00
Jessica Wang 14ef4c2d57 template page - add hypervisor in grid. 2010-12-08 15:31:32 -08:00
Jessica Wang f32c0b8a39 bug 7448: zone tree - network - add public network as the 1st middle menu item (hardcode it as "Public Network). 2010-12-08 15:04:17 -08:00
will 7270b2f285 Removed network type from the UI as it is no longer used anymore. 2010-12-08 14:14:21 -08:00
Jessica Wang 7a8cc8c087 bug 7448: zone tree - network page - add VLAN in IP Allocations tab. Remove Podname from details tab. 2010-12-08 13:54:01 -08:00
Jessica Wang b5cf31857f bug 7448: Direct Network page - implement "IP Allocation" tab. 2010-12-08 13:25:00 -08:00
Jessica Wang ee98b1a384 bug 7448: zone tree - add "Network" node - when clicking network node, populating Direct Network into middle menu. 2010-12-08 11:51:29 -08:00
will 847e458e0e You can now view the NICS attached to a VM. 2010-12-07 18:04:09 -08:00
Jessica Wang d6af02bb0e instance page - deployVM with template that is passwordEnabled - pop up a dialog box to show password after action succeeds. 2010-12-07 14:06:57 -08:00
Jessica Wang e9ba4263f9 instance page - reset password - pop up a dialog box after action succeeds. 2010-12-07 13:45:55 -08:00
Jessica Wang 5c25508949 IP address page - optimize code to call listVirtualMachines only once. 2010-12-07 13:28:19 -08:00
will 9757b294b3 Adding shared Direct Network now works. 2010-12-07 12:51:31 -08:00
Jessica Wang 64e6f41015 IP Address page - Port Forwarding tab - (1) add "state" column. (2) change "delete" link to "revoke" link. 2010-12-07 11:17:39 -08:00
Jessica Wang ddd5bb03d0 Creat port forwarding rules has been changed from sync to async 2010-12-07 10:00:20 -08:00
will 80da388c64 You can finally select multiple dedicated networks. 2010-12-06 20:10:00 -08:00
will 9cc7766948 You can finally select multiple dedicated networks. 2010-12-06 18:51:23 -08:00
will eaf4fc3d8b Fixed issues with vlan networks in a zone related to not making each network template unique. 2010-12-06 16:42:10 -08:00
Jessica Wang 7a18c09000 account page - user tab - implement "Delete User" action. 2010-12-06 16:37:23 -08:00
Jessica Wang 000c484324 account page - user tab - implement "Change Password" action. 2010-12-06 16:20:12 -08:00
will d61c4d0da4 Fixing pods to make use of netmask instead of cidr 2010-12-06 16:06:08 -08:00
Jessica Wang c07d1b3e7b Account page - user tab - implement "Edit User" action. 2010-12-06 15:59:49 -08:00
Jessica Wang 0fe40e4ba4 Add two submenu links under Account - My Account (user, domain-admin, admin), All Accounts (domain-admin, admin). 2010-12-06 14:58:35 -08:00
Jessica Wang ab98a1d553 account page - user tab - show "no available actions" when mouse is over action menu and login as domain-admin role. 2010-12-06 14:34:58 -08:00
Jessica Wang 232860c562 account page - user tab - implement "Register Keys" action. 2010-12-06 14:21:19 -08:00
will b628c3f46c Adding UI to allow adding of dedicated direct network 2010-12-06 14:15:41 -08:00
Jessica Wang 88d0ab4d54 Account page - implement Add User dialog (which is different from Add Account Dialog) 2010-12-06 14:01:05 -08:00
Jessica Wang baed52fc99 account page - creating new account is using createUser API (we don't have createAccount API). So, the object returned is user object instead of account object. We need to call listAccounts to get account object to update UI. 2010-12-06 12:49:40 -08:00
Jessica Wang e0c3c96b0b account page - fix a bug that wrong parameter was passed to listUsers API. 2010-12-06 12:31:18 -08:00
Jessica Wang 2006cc36bb Account page - add User tab. 2010-12-06 12:24:30 -08:00
Jessica Wang 6a0159c498 Domain page - implement refresh button for each tree node. 2010-12-06 11:13:31 -08:00
edison 7cd63fa48a change Virtualized to Virtual 2010-12-06 10:58:30 -08:00
Jessica Wang d1ce9e5e5d Domain page - get sub-domains only when expand icon is clicked (instead of drawing the whole tree the first time). 2010-12-03 20:38:09 -08:00
Jessica Wang 41996fbcf9 Add Domain Dialog box - default parent domain dropdown field to the domain who is curretnly loaded in right panel. 2010-12-03 20:06:21 -08:00
Jessica Wang 1bd40ce8ee fix a bug: DeleteDomain is async, not sync. 2010-12-03 19:50:32 -08:00
Jessica Wang a8429fbe3c fix a bug that clicking system menuexpands too slow. 2010-12-03 19:39:10 -08:00
Jessica Wang 5db4f229eb Change element ID of menu "System" to "leftmenu_system". 2010-12-03 19:26:58 -08:00
Jessica Wang 201002e58f Change element ID of menu "Configuration" to "leftmenu_configuration". 2010-12-03 19:20:07 -08:00
Jessica Wang 54e53f2037 Domain page - implement DeleteDomain API. 2010-12-03 18:54:04 -08:00
will a1573350f9 Defaulted "No Thanks" as the data disk offering. 2010-12-03 18:07:36 -08:00
will e50842557c Finalized changed to enable Virtual Networking in new network model. 2010-12-03 17:40:05 -08:00
will 54ece4c460 - Enable virtual networking mode in the VM wizard. 2010-12-03 17:40:04 -08:00
Jessica Wang 09aa5605fa Domain page - implement "Add Domain". 2010-12-03 16:47:17 -08:00
Jessica Wang bb9877b2a2 Account page - implement "Add User" function. 2010-12-03 15:13:05 -08:00
Jessica Wang 7a80bf102f Disk Offering - add public/private option and domain dropdown during creation. Support domain to be updated after a disk offering is created. 2010-12-03 11:52:03 -08:00
Jessica Wang e393e15f7a fix a bug that "no items available" was not removed when primary storage was created. 2010-12-03 11:19:28 -08:00
Jessica Wang 3f5b1e4c0e update service offering - support updating domain when updating a service offering. 2010-12-02 19:27:54 -08:00
Jessica Wang 87a5ee27ab Create Service Offering - add public/private option. When private is selected, show domain dropdown field. 2010-12-02 18:45:51 -08:00
Jessica Wang 2e28753231 add host - fix a bug "Unable to execute API command listclusterresponse due to invalid value undefined for parameter podid". (This happened when zonetree is hidden) 2010-12-02 17:48:52 -08:00
Jessica Wang b58c2d1e62 VM Wizard - step1, select template/ISO - implment pagination and search. 2010-12-02 16:46:56 -08:00
Jessica Wang 250496c178 Service Offering page, Disk Offering page - implement basic search and advanced search. 2010-12-02 15:51:49 -08:00
Jessica Wang 2680b8ca12 System VM page - implement basic search and advanced search. 2010-12-02 15:34:01 -08:00
Jessica Wang 93699c473c Routers page - implement basic search and advanced search. 2010-12-02 15:25:40 -08:00
Jessica Wang 1a3a5b2050 advanced search - show domain and account field when login as domain-admin. 2010-12-02 14:48:05 -08:00
Jessica Wang 49dba2558f instance page - customize advanced search (3 kinds: general, no state dropdown, no account and domain dropdown) 2010-12-02 14:42:41 -08:00
Jessica Wang 9f5b03d0f7 Alert page - implement basic search and advanced search. 2010-12-02 12:50:05 -08:00
Jessica Wang 9075d56863 Account page - implement basic search and advanced search. 2010-12-02 12:28:03 -08:00
Jessica Wang 87737248f6 fix a bug - if adding an item fails and appears in red, the next successfully added item appear in red, too. (after this fix, the next successfully added item will appear in green). 2010-12-02 11:57:00 -08:00
Jessica Wang 87320056bd dashboard - fix a bug "alerts is undefined" when login as user-role and recent errors is not empty. 2010-12-02 11:53:54 -08:00
Jessica Wang 2d70fb25dd ISO page - implement basic search and advanced search. 2010-12-02 11:40:47 -08:00
Jessica Wang accd9bcf97 template page - implement basic search and advanced search. 2010-12-02 11:16:52 -08:00
Jessica Wang 8e4c003285 IP Address page - implement basic search and advanced search. 2010-12-02 10:58:12 -08:00
Jessica Wang a6898079d5 snapshot page - implement basic search and advanced search. 2010-12-02 10:46:59 -08:00
Jessica Wang 21ca5935b2 Events page - advanced search - start date, end date - apply date picker widget. 2010-12-02 10:29:42 -08:00
Jessica Wang df9cc101db instance page - advanced search - remove state dropdown field since we have filter menu on left navigation already ("Running Instances", "Stopped Instances", "Destroyed Instances"). 2010-12-02 10:13:43 -08:00
Jessica Wang 0309a2c8e4 clear up basic search before loading advanced search result (to avoid confusion). 2010-12-01 19:55:00 -08:00
Jessica Wang 70d956cc6f advanced search dialog box - Enter key pressing at any place in this dialog has the same effect as clicking search button in this dialog. 2010-12-01 19:50:57 -08:00
Jessica Wang 965026a4a5 volume page - implement advanced search. 2010-12-01 19:37:13 -08:00
Jessica Wang 51ed097cbf advanced search - fix a bug that clicking next page will lose advanced search parameters. 2010-12-01 19:20:20 -08:00
Jessica Wang aae2e95ed2 events page - implement advanced search. 2010-12-01 18:58:12 -08:00
Jessica Wang c4423a46d4 instance page - implement advanced search. 2010-12-01 18:21:24 -08:00
Jessica Wang 84323d16e9 instance page - fix a bug that instance groups are duplicate when login as user-role and click instance menu more than once. 2010-12-01 17:41:11 -08:00
Jessica Wang f23135514a instance page - implement advanced search button clicking. 2010-12-01 17:27:24 -08:00
Jessica Wang 2bcc637a09 remove obsolete code. 2010-12-01 16:17:51 -08:00
Jessica Wang b482b1c797 volume page - implement basic search. 2010-12-01 16:08:47 -08:00
Jessica Wang 75789eb600 events page - implement basic search. 2010-12-01 15:54:31 -08:00
Jessica Wang 6a859a9322 basic search - clear input text when switching to a different page. 2010-12-01 15:42:44 -08:00
Jessica Wang 9d33c2a63e instance page - implement basic search 2010-12-01 15:39:25 -08:00
Jessica Wang 59667ebe14 Search - add getSearchParamsFn() on all pages. 2010-12-01 14:41:36 -08:00
Jessica Wang 833c1708ce instance page - fix a bug that instance groups didn't show when login as a user. 2010-12-01 13:43:54 -08:00
Jessica Wang 34f660b403 replace noNull() with fromdb(). 2010-12-01 11:06:52 -08:00
Jessica Wang cad49264e0 replace encodeURIComponent() with todb(). 2010-12-01 10:50:44 -08:00
Jessica Wang 5b72f25552 reset pagination when switching to a different page. 2010-11-30 17:35:42 -08:00
Jessica Wang 7dcd1f3851 pagination - hide previous button on first page. Show next button if next page is available, hide next button otherwise. 2010-11-30 17:10:43 -08:00
Jessica Wang 0ad7680dfd pagination - implement previous button, next button. 2010-11-30 16:52:37 -08:00
Jessica Wang 702aa75c51 comment out obsolete code. 2010-11-30 15:42:33 -08:00
Jessica Wang 88e47322cc primary storage page - implement refresh button. 2010-11-30 15:24:08 -08:00