Commit Graph

8791 Commits

Author SHA1 Message Date
Jessica Wang a81077c3be new UI - resources page - add host and primary storage under each cluster node in tree. 2010-10-11 11:18:20 -07:00
Jessica Wang e43608c02f new UI - resources page - add cluster under each pod node in the tree. 2010-10-11 10:58:08 -07:00
Jessica Wang 85c25acf4b new UI - resources page - add system VM under each zone. 2010-10-11 10:10:14 -07:00
Jessica Wang deb01d6ba8 new UI - resources page - clicking zone node will expand and show pods under the zone. 2010-10-10 23:03:58 -07:00
Jessica Wang c09dc082b7 new UI - resources page - draw a zone tree in middle menu. 2010-10-10 22:43:25 -07:00
Jessica Wang ab43d706fb new UI - remove non-used code. 2010-10-10 14:02:36 -07:00
Jessica Wang aa481dd55c new UI - correct class applied to table row in details tab. 2010-10-10 11:07:33 -07:00
Jessica Wang 8f8bd61303 new UI - Global Settings page - add category column. 2010-10-10 10:58:57 -07:00
Jessica Wang 7313803188 nwe UI - use shared function getMidmenuId() to get element id 2010-10-10 10:51:32 -07:00
Jessica Wang 887d179ec6 new UI - when clicking left menu, populate middle menu then select the 1st middle menu item as default. 2010-10-10 00:29:11 -07:00
Jessica Wang 2a79068ce3 new UI - remove host, primary storage, secondary storage from left menu. 2010-10-09 22:15:52 -07:00
Jessica Wang cfebc04ddb new UI - instance page - change service action - fix a bug that the dropdown is blank first, then populated with value. 2010-10-09 16:28:51 -07:00
Jessica Wang d27d0e617a new UI - instance page - enable HA, disable HA - show info icon (successful or error) after action is complete. 2010-10-09 16:02:23 -07:00
Jessica Wang 2ff3b59077 new UI - middle menu actions - code optimization. 2010-10-09 15:52:52 -07:00
Jessica Wang c68b16154a new UI - subgrid item actions - code optimization. 2010-10-09 00:10:28 -07:00
Jessica Wang 768add3488 new UI - details tab actions - remove listAPIMap. 2010-10-08 20:28:01 -07:00
Jessica Wang c4496a9453 new UI - details tab actions - optimize code of after-actions. 2010-10-08 19:05:54 -07:00
NIKITA 5a4e75ebcd New UI for Network tab 2010-10-08 17:09:20 -07:00
Jessica Wang 6ef5a83217 new UI - template page - fix a bug: clicking a template whose status or size is not blank, then click another template whose status or size is blank, the latter one wrongly show status or size from the former one. 2010-10-08 11:39:44 -07:00
Jessica Wang d95d76f740 new UI - ISO page - apply shared function initializeEditFunction(). 2010-10-08 11:31:35 -07:00
Jessica Wang 089de3ae6a new UI - Global Settings - implement UpdateGlobalSettings action. 2010-10-08 10:37:28 -07:00
Jessica Wang cde98c9ba3 new UI - Disk Offerings page - implement Create Disk Offering action. 2010-10-08 09:22:37 -07:00
Jessica Wang c110e4e443 new UI - Service Offerings page - implement Create Service Offering action. 2010-10-07 19:58:06 -07:00
Jessica Wang c385ead5f9 new UI - add Global Settings page. 2010-10-07 19:19:04 -07:00
Jessica Wang 392280accb new UI - add Disk Offerings page. 2010-10-07 18:30:41 -07:00
Jessica Wang 7e108fd187 new UI - add Service Offerings page. 2010-10-07 18:00:28 -07:00
Jessica Wang c4a4c813ba new UI - IP address page - IP address used for source NAT purpose do not have release IP option. 2010-10-07 17:07:02 -07:00
Jessica Wang c95a634a9b new UI - add Resources page 2010-10-07 14:53:40 -07:00
Jessica Wang ff4ba0958d new UI - IP address - clear all load balancer rules after releasing an IP. 2010-10-07 14:23:35 -07:00
Jessica Wang d0cfc6a7d2 new UI - ip address page - fix a bug that newly created port forwarding rule appear on every IP. 2010-10-07 11:56:29 -07:00
Jessica Wang 6949971391 new UI - ip address page - remove ip from middle menu and clear right panel after releasing an IP. 2010-10-07 11:39:48 -07:00
Jessica Wang 3dd6bec74d new UI - ip address page - implement release IP action. 2010-10-07 10:51:25 -07:00
Jessica Wang 5fb08bc459 new UI - ip address page - fix a bug that highlight in middle menu doesn't work after acquiring new IP. 2010-10-07 09:41:13 -07:00
Jessica Wang 8f083e70ab new UI - IP address page - implement acquire IP action. 2010-10-07 09:37:57 -07:00
Jessica Wang 62a2732c19 new UI - vm wizard - final step - show selected hypervisor in review area. Pass hypervisor parameter to DeployVirtualMachine. 2010-10-06 17:48:37 -07:00
Jessica Wang 0d07743858 new UI - vm wizard - step 1 - add hypervisor dropdown. listing templates will change based on selected item in hypervisor dropdown. listing ISO won't. 2010-10-06 17:37:55 -07:00
Jessica Wang 5cba4a5167 new UI - create template - add hypervisor dropdown, display different value in format dropdown based on selected item in hypervisor dropdown. 2010-10-06 16:14:23 -07:00
Jessica Wang 4d2104198b New UI - instance page - change name action, change group action - populate vmname, vmgroupname to dialog before it displays if only one VM is selected. 2010-10-06 14:59:04 -07:00
Jessica Wang 983f5c5609 new UI - Instance page - actions - pop up an alert if user click action but no VM is selected in middle menu. 2010-10-06 14:29:14 -07:00
Jessica Wang 1ecfdae8f0 new UI - middle menu actions - If Cancel button in dialog box is clicked, remove highlight in middle menu. 2010-10-06 12:05:17 -07:00
Jessica Wang a0f75f34c1 new UI - VM Change Service Offering - pass vmId to listServiceOffering if only one item (VM) is selected in middle menu. 2010-10-06 11:13:46 -07:00
Jessica Wang 4ccd67bba7 new UI - volume page - hide action Create Template from UI until backend is fixed (createTemplateFromVolume is not working at backend). 2010-10-06 10:05:51 -07:00
Kris McQueen 9c593352d0 Fixing events for async jobs so that there's a scheduled event recorded with appropriate type/description whenever the API framework schedules the async command to run. A few miscellaneous fixes as well uncovered during regression testing (router response was not parsed correctly by UI, etc.) 2010-10-05 20:26:18 -07:00
Jessica Wang a0aa949eda new UI - VM reset password - fix a bug that spinning wheel don't disappear after action succeeds when it's multiple selection in middle menu. 2010-10-05 17:27:44 -07:00
Jessica Wang f8f7512665 new UI - volume page - recurring snapshot 2010-10-05 17:19:30 -07:00
Jessica Wang ef67728cea new UI - instance page - reset password - after action succeeds, show new password in middle menu and details tab when middle menu item is clicked. 2010-10-05 16:59:22 -07:00
Jessica Wang 23c62e568b new UI - show new password on middle menu if deploy virtual machine with a template whose password is enabled. 2010-10-05 14:55:36 -07:00
Jessica Wang 4fa53720c6 new UI - add shared function enableMultipleSelectionInMiddleMenu(), disableMultipleSelectionInMiddleMenu(). 2010-10-05 14:23:18 -07:00
Jessica Wang 802d452e0f new UI - instance page - volume tab, router tab - display gray text "no available actions" instead of a blank menu when mouse is over an action link that has no action links. 2010-10-05 12:22:36 -07:00
Jessica Wang b2e1fd6faf new UI - check whether there is action available when clicking through different items in middle menu. 2010-10-05 12:00:55 -07:00
Jessica Wang 82e7b11892 new UI - before selecting an item in middle menu, show no available actions instead of a blank menu when mouse is over action link. 2010-10-05 11:25:33 -07:00
Jessica Wang 7fe67da4b0 new UI - actions on details tab - hide spinning wheel when selecting another item in middle menu. 2010-10-05 10:58:37 -07:00
Jessica Wang 426767f9f1 Primary Storage page, Host page - decode text. 2010-10-04 20:08:12 -07:00
Jessica Wang 0763037d5f decode text returned from API. encode text passed to API. 2010-10-04 19:38:22 -07:00
Jessica Wang b45b23b50a Storage page - encode API parameters 2010-10-04 18:17:25 -07:00
Jessica Wang ca206ea2c8 new UI - create volume, create template from volume, create volume from snapshot, create template from snapshot - encode parameters. 2010-10-04 18:04:56 -07:00
Jessica Wang 7ab6a24876 decode text before it displays on UI. 2010-10-04 14:56:44 -07:00
Jessica Wang 25ef105358 new UI - localize left menu. 2010-10-04 10:52:11 -07:00
Jessica Wang 23e9508b52 new UI - ISO page - localize Add ISO dialog, Copy ISO dialog, Create VM from ISO dialog. 2010-10-03 20:47:52 -07:00
Jessica Wang 12db8ca613 new UI - accounts page - localize resource limits dialog, disable account dialog, lock account dialog, enable account dialog. 2010-10-03 19:31:56 -07:00
Jessica Wang fcbcbb7201 new UI - localize delete template for single zone dialog, delete template for all zones dialog. 2010-10-03 18:10:55 -07:00
Jessica Wang b732327fce new UI - ISO page - add cross zones field. localize delete ISO dialog. 2010-10-03 18:03:00 -07:00
Jessica Wang 1e2c504d3b new UI - localize disable HA dialog. 2010-10-03 17:40:47 -07:00
Jessica Wang b4144ac918 new UI - localize Enable HA dialog. 2010-10-03 17:34:47 -07:00
Jessica Wang 815b5719a1 new UI - localize reset password dialog. 2010-10-03 15:07:01 -07:00
Jessica Wang 7818fe4c3d new UI - localize alert dialog. 2010-10-03 14:45:24 -07:00
Jessica Wang 4b3cfe2d71 new UI - attach disk to VM dialog - make vm dropdown field required. 2010-10-03 14:06:06 -07:00
Jessica Wang dd1a4af0b1 new UI - attach ISO dialog - make ISO dropdown field required. 2010-10-03 13:51:31 -07:00
Jessica Wang 4fda60cce0 new UI - localize create template of disk volume dialog. 2010-10-03 11:22:13 -07:00
Jessica Wang b5d190f492 new UI - localize VM change service offering dialog. 2010-10-03 10:49:23 -07:00
Jessica Wang b40dc27cd7 new UI - localize vm change name dialog, vm change group dialog. 2010-10-03 10:31:01 -07:00
Jessica Wang 777efe9681 new UI - localize attach ISO to VM dialog. 2010-10-03 10:09:17 -07:00
Jessica Wang 6baf6d99a3 new UI - localize detach iso from vm dialog. 2010-10-03 09:53:43 -07:00
Jessica Wang ac82ee7dc2 new UI - dashboard of user - implement Recent Errors section. 2010-10-02 15:10:01 -07:00
Jessica Wang 58a850c374 new UI - dashboad of user - implement Public IPs section. 2010-10-02 12:45:51 -07:00
Jessica Wang c7790d73ff new UI - dashboard of user - implement Resources section, My Account section. 2010-10-02 12:38:49 -07:00
Jessica Wang c3bf8f1844 new UI - dashboard page - show/hide different secions for admin, domainadmin, user. 2010-10-02 12:16:17 -07:00
Jessica Wang ec71530d49 for bug 6381 - add primary storage - shows cluster option when hypervisor is KVM. 2010-10-01 18:36:51 -07:00
Jessica Wang dca4413072 new UI - color router state text: running in green, stopped in red, destroyed in gray. 2010-10-01 15:33:08 -07:00
Jessica Wang c7f76fc4a2 new UI - instance page - router tab - refresh subgrid item after start/stop/reboot router. 2010-10-01 15:09:05 -07:00
Jessica Wang 16bb2370fb new UI - instance page - router tab - implement actions for routers (stop router, start router, reboot router). 2010-10-01 14:06:03 -07:00
Jessica Wang 05605835f5 new UI - instance page - add router tab. 2010-10-01 11:21:33 -07:00
Jessica Wang 9d5d1084d7 new UI - reset whole view console panel when clicking different VM or router in middle menu. 2010-10-01 10:30:07 -07:00
Jessica Wang 6b31058d4f new UI - view console proxy - set timer key. 2010-09-30 20:24:50 -07:00
Jessica Wang 8004e899d8 new UI - instance page, router page - keep getting the newest screenshot(image) of console proxy. 2010-09-30 19:54:42 -07:00
Jessica Wang 279f3854a6 new UI - routers page - implement view console action. 2010-09-30 19:19:59 -07:00
Jessica Wang 7a176ab184 new UI - instance page - pop up console proxy window when clicking on monitor icon. 2010-09-30 19:07:55 -07:00
Jessica Wang 82a5a43f4d new UI - routers page - add preview console icon along with status and ip address. 2010-09-30 18:14:56 -07:00
Jessica Wang 2638708ab4 new UI - Routers page - add status icon to middle menu. 2010-09-30 17:58:57 -07:00
Jessica Wang 0ea5aa214a new UI - template page, ISO page - fix a bug that middle menu item doesn't get updated after right panel is updated. 2010-09-30 17:41:14 -07:00
Jessica Wang d309afc8e0 new UI - ISO page, Template page - apply shared function todb(), fromdb(). 2010-09-30 17:26:50 -07:00
Jessica Wang 1924556caf template page, ISO page - apply shared function todb(), fromdb(). 2010-09-30 16:22:56 -07:00
Jessica Wang e0542260eb Use shared function todb(), fromdb(). 2010-09-30 15:49:44 -07:00
Jessica Wang 9e0fa5abd3 fix bug 6330 - instance page action menu not displaying correctly on IE7. 2010-09-30 11:14:29 -07:00
Jessica Wang ffb542062c new UI - apply shared function switchBetweenDifferentTabs() to pages that have multiple tabs. 2010-09-30 10:42:13 -07:00
Jessica Wang 58a6296913 new UI - add a new shared function: switchBetweenDifferentTabs() 2010-09-30 10:13:49 -07:00
edison 6fc7528809 create data volume is splitted into two stage:
1. create a volume entry in the database,
2. when user attaching the volume to a VM, then actually create the volume on storage pool.
2010-09-29 18:41:54 -07:00
will 031c6fc280 Adding support to indicate hypervisor when registering ISOs 2010-09-29 18:41:54 -07:00
will 3570322ef5 Forgot to add listing of templates by hypervisor 2010-09-29 18:40:51 -07:00
will 67cc587603 Adding some prelim UI to support multiple hypervisors in the hybrid branch 2010-09-29 18:40:51 -07:00
NIKITA 6761a96b30 New Ui for Dashboard User 2010-09-29 17:36:28 -07:00
NIKITA f31f8adde5 issue in Instance popup 2010-09-29 17:36:27 -07:00
Jessica Wang 76fbb6edf7 Revert "new UI - add login section."
This reverts commit 4026eba2e5.
2010-09-29 15:56:11 -07:00
Jessica Wang 7374f85a18 new UI - VM creation - fix bug "toRightPanel is not a function". 2010-09-29 15:24:55 -07:00
Jessica Wang b71010cbf6 new UI - VM creation - fix bug "$t is not defined". 2010-09-29 14:12:12 -07:00
Jessica Wang 4026eba2e5 new UI - add login section. 2010-09-29 10:22:45 -07:00
Jessica Wang 9e543b2c12 new UI - domain page - remove obsolete code. 2010-09-28 20:15:28 -07:00
Jessica Wang 273313aa25 new UI - domain page - implement admin accounts tab. 2010-09-28 20:05:08 -07:00
Jessica Wang 7c247b2fa8 new UI - domain page - implement update resource limits. Make right panel editable when clicking edit button instead of pop up dialog box. 2010-09-28 19:05:50 -07:00
Jessica Wang 3857dd359a new UI - domain page - implement details panel. 2010-09-28 17:27:15 -07:00
Jessica Wang 2abfedce47 new UI - domain page - tree - implement expand tree node, collapse tree node. 2010-09-28 16:53:17 -07:00
Kris McQueen 2fde826a77 fix up a few merge conflicts from the big merge master->2.1.refactor that were overlooked 2010-09-28 16:35:15 -07:00
Jessica Wang 88abc071a4 new UI - domains page - draw tree in middle menu. 2010-09-28 16:32:06 -07:00
Jessica Wang b680637366 new UI - add JSP file, javascript file for Domain page. 2010-09-28 16:04:14 -07:00
Kris McQueen 848ce60097 Merging master into 2.1.refactor, resolve the merge conflicts as best I can. New commands related to extracting template/iso/volume and related to instance groups were refactored to the new API framework. 2010-09-28 15:47:14 -07:00
Jessica Wang f08ef8c6d4 fix a bug - Zones page - Direct VLAN IP Range - account field appears twice in view mode. 2010-09-28 15:07:36 -07:00
Jessica Wang 1bb4eeafd9 new UI - implement new API listInstanceGroups to list instance groups on left menu. 2010-09-28 12:07:26 -07:00
Jessica Wang 9a4ceb64c0 fix bug 6287 - decode string before displaying on UI. 2010-09-28 10:46:14 -07:00
Jessica Wang e46306b5d7 new UI - sepereate action link template into middle menu one and details panel one. 2010-09-27 11:57:58 -07:00
Jessica Wang 4a305631f9 fix a bug - showXXXXXXXTab() is not defined. 2010-09-27 10:50:27 -07:00
Jessica Wang 0a03ca6721 new UI - dashboard - implement Hosts Alerts section. 2010-09-26 14:48:46 -07:00
Jessica Wang bea86479d8 new UI - dashboard - implement General Alert section. 2010-09-26 14:37:32 -07:00
Jessica Wang 23641a4398 new UI - dashboard - implement bar chart. 2010-09-26 11:57:32 -07:00
Jessica Wang 75499ab393 new UI - dashboard page - system wide capacity - reset to default everytime pod field or zone field is changed. 2010-09-25 23:40:50 -07:00
Jessica Wang 84a2cea56d new UI - dashboard page - implement system wide capacity area. 2010-09-25 23:20:21 -07:00
Jessica Wang 9163ffea67 new UI - dashboard page - populate zone field and pod field. 2010-09-25 17:52:02 -07:00
Jessica Wang fc6a551ac7 new UI - slowly slide up snapshot after deleting it. 2010-09-25 15:41:56 -07:00
Jessica Wang e2114b1950 new UI - accounts page - implement Lock Account action. 2010-09-25 10:28:46 -07:00
Jessica Wang 13181b79f8 new UI - accounts page - implement Enable Account action. 2010-09-25 10:15:53 -07:00
Jessica Wang ae453b2961 new UI - accounts page - implement Disable account action. 2010-09-25 09:57:48 -07:00
Jessica Wang 461149a390 new UI - accounts page - implement Resource limits action. 2010-09-24 23:43:38 -07:00
Jessica Wang e6c2f7fa0b new UI - volumes page - snapshot tab - implement create volume action. 2010-09-23 20:49:20 -07:00
Jessica Wang 5e36d7ed35 new UI - volumes page - snapshot tab - implement delete snapshot action. 2010-09-23 20:32:19 -07:00
Jessica Wang 8604f70d71 new UI - volumes page - snapshot tab - build action list. 2010-09-23 20:21:19 -07:00
Jessica Wang 96fd242feb new UI - Volumes page - add Snapshot tab that list all snapshots under this volume. 2010-09-23 19:48:51 -07:00
Jessica Wang c3abad736c new UI - after subgrid item action is finished, show message in 1st grid row in the subgrid. 2010-09-23 18:45:25 -07:00
NIKITA 4ba08d0fa4 UI change for Actions dropdown 2010-09-23 18:40:11 -07:00
Jessica Wang 97eeee7677 new UI - after details tab action is finished, show success/fail message on the top of right panel instead of showing a dialog covering action panel. 2010-09-23 18:03:23 -07:00
Kris McQueen 2a4ddac41a Change getResponse() to return a ResponseObject so that the caller can choose how to serialize. This in in preparation for serializing the async commands to the database with class information and deserializing them into the ResponseObject itself when queryAsyncJobResult is called. Once the ResponseObject is deserialized, the proper string can be returned to the caller.
The previous behavior had the JSON response from the command embedded into the queryAsyncJobResult response as a string rather than a JSON object which prevented the client from being able to read the response.  With this new behavior an actual JSON object should be returned which can then be parsed on the client side.
2010-09-23 17:34:28 -07:00
Jessica Wang 5999da510c new UI - fix a bug - instances page's middle menu action list is empty. 2010-09-23 17:32:17 -07:00
NIKITA ea1c90388e Left menu icons added for IP Address, Network Group, Snapshots and Volume 2010-09-23 17:19:31 -07:00
Jessica Wang ea5d33315d new UI - snapshots page - implement create template from snapshot action. 2010-09-23 17:15:49 -07:00
Jessica Wang e8a16e052c new UI - snapshots page - implement delete snapshot action. 2010-09-23 16:59:19 -07:00
Jessica Wang e583473252 new UI - snapshots page - implement create volume action. 2010-09-23 16:44:20 -07:00
Jessica Wang a6ca920452 for bug 6163 - change direct tagged IP range to no longer restrict it to an account. 2010-09-23 15:25:42 -07:00
Jessica Wang 87fb6acd05 new UI - templates page - create VM from template - add "no disk offering" option. 2010-09-23 11:39:57 -07:00
NIKITA a70b5046a6 Left icons changed for Dashboard and Host 2010-09-23 11:36:50 -07:00
Jessica Wang 7b8218af7b fix bug 6160 - "No disk offering" option is missing when creating VM from templates tab. 2010-09-23 10:57:00 -07:00
Jessica Wang df82d0bac6 fix bug 6154 - port forwarding should show user-assigned VM name instead of system-assigned VM name. 2010-09-21 20:11:35 -07:00
Jessica Wang 2e98f2c41d for bug 6153 - prevent startIP being passed twice to UpdatePod API. 2010-09-21 19:37:32 -07:00
Jessica Wang d117da5f7d fix bug 6153 - when editing a private IP range, just modifying the ending of the IP range will throw an error. 2010-09-21 19:30:39 -07:00
Jessica Wang e5cd44c6fb new UI - volumes page - implement attach disk action. 2010-09-21 19:11:18 -07:00
Kris McQueen 50da0d918f The sanitizeXSS function only sanitizes strings and leaves other types unchanged. 2010-09-21 18:23:40 -07:00
Jessica Wang 23bb32dcde fix bug 6130 - when attaching volume, running and stopped VMs not displayed consistently. 2010-09-21 18:11:10 -07:00
Jessica Wang 039cb78173 fix bug 6127 - change text on confirmation box on VM destroy. 2010-09-21 17:55:40 -07:00
Jessica Wang 4e9b1239ce cross-site scripting - sanitize only value whose type is string. 2010-09-21 17:42:26 -07:00
NIKITA 272d419d3a Width of action dropdown has been increased 2010-09-21 17:41:02 -07:00
Jessica Wang 57c099a647 new UI - volumes page - implement add volume action. 2010-09-21 16:57:41 -07:00
Kris McQueen 5a3f4af638 AddHost and AddSecondaryStorage have different required parameters, so avoid subclassing these commands and just call a common method in the agent manager. Fix the response name for listAccounts. CreateUser returns one user, so don't always get response.user[0] since that's pointless. A secondary storage host does not have a pod id (NfsSecondaryStorageResource) so make sure not to dereference variables that will be null. 2010-09-21 16:28:31 -07:00
Jessica Wang 67cfa3582e new UI - volume page - implement Recurring Snapshot action. 2010-09-21 16:18:40 -07:00
Jessica Wang f89e11bb21 new UI - volume page - implement take snapshot action. 2010-09-21 15:37:47 -07:00
Jessica Wang 3f9b58bc73 new UI - volume page - hide actions when volume state is "Creating" or "Corrupted" or volume is attaching to a VM. 2010-09-21 14:55:27 -07:00
Jessica Wang 8dcea8c07e new UI - clear right panel after deleting a volume. 2010-09-21 14:49:23 -07:00
Jessica Wang 0435d99247 new UI - volume page - implement delete volume action. 2010-09-21 11:55:12 -07:00
Jessica Wang 7a13f1afe2 new UI - instances page - fix a bug that volume tab showed nothing. 2010-09-21 10:50:11 -07:00
Kris McQueen ebd06ae6f3 List clusters was using the name of the command rather than the name of the cluster to search for clusters, which was resulting in no clusters returned. Fixed. CreateStoragePool was returning an array of one pool every time, simplified it to just return the pool and changed the UI to expect one pool rather than an array. Fixed the backend code for creating a storage pool to (a) generate a UUID based on host name, path, and a timestamp and (b) to list only active storage pools when checking for duplicates. This allows a storage pool to be create with the same path as a pool that had previously been deleted. 2010-09-20 19:08:52 -07:00
NIKITA 33d97d32c7 Title Icon for Router 2010-09-20 15:06:05 -07:00
NIKITA 207cee40a7 UI for Advanced Search Popup 2010-09-20 13:13:39 -07:00
NIKITA b0fb42460f Title icon for Alerts 2010-09-20 11:36:11 -07:00
Jessica Wang 53cd82027f new UI - IP address page - hide port forwarding tab and load balancer tab to non-manageable IP (i.e. IP of System VM) 2010-09-19 23:22:23 -07:00
Jessica Wang 385f14e9ae new UI - port forwarding - display vmname and vmdisplayname (defined by user). 2010-09-19 12:36:31 -07:00
Jessica Wang ccc8485942 new UI - load balancer - collapse vm management area when deleting a load balancer rule. 2010-09-19 12:05:36 -07:00
Jessica Wang ed6fbfa958 new UI - load balancer page - fix a bug that new template was attched to wrong grid. 2010-09-19 11:55:08 -07:00
Jessica Wang 5db0b651ec new UI - implement delete balancer rule. 2010-09-19 11:36:05 -07:00
Jessica Wang 3d3d2f5836 new UI - implement update load balancer rule. 2010-09-19 11:10:13 -07:00
Jessica Wang ac9335d9d7 new UI - implement remove VM instance from load balancer rule. 2010-09-19 10:39:27 -07:00
Jessica Wang b687871463 new UI - implement assign VM instance to load balancer rule. 2010-09-19 10:32:08 -07:00
Jessica Wang c49eada7bd rename JSP file (to be consistent with javascript file) 2010-09-19 08:00:39 -07:00
Jessica Wang ea4062ca0a new UI - load balancer - implement manage link. Clicking manage link will expand a subgrid of instances assigned to this load balancer policy. 2010-09-19 00:00:00 -07:00
Jessica Wang 91c7947b33 new UI - IP address page - implement add load balancer rule.:wq! 2010-09-18 21:50:23 -07:00
Jessica Wang 7e27a6a08c new UI - IP address page - implement listLoadBalancerRules. 2010-09-18 20:34:45 -07:00
Jessica Wang 037e38439b new UI - IP address page - show spinning wheel when adding a port forwarding rule. 2010-09-18 16:08:07 -07:00
Jessica Wang 1743704582 new UI - ip address page - implement delete port forwarding rule. 2010-09-18 12:15:09 -07:00
Jessica Wang 6ee817db62 new UI - IP address page - port forwarding tab - implement updatePortForwardingRule. 2010-09-17 20:47:37 -07:00
Jessica Wang 854af0766a new UI - IP address page - implement listPortForwardingRules. 2010-09-17 20:04:22 -07:00
Jessica Wang 06e7789a63 new UI - implement add port forwarding rule. 2010-09-17 19:38:33 -07:00
NIKITA f004981dc1 Template for Error msg in Volume 2010-09-17 17:59:13 -07:00
NIKITA 439872fe6b Loading for Load Balancer - Manage 2010-09-17 17:40:07 -07:00
NIKITA ae2bf6df38 added new css for grid error msg 2010-09-17 17:30:09 -07:00
Jessica Wang 48d7ab1907 new UI - IP address tab - switch between tabs. 2010-09-17 17:28:19 -07:00
Jessica Wang 263bfe13bd new UI - IP address page - implement details tab. 2010-09-17 16:25:42 -07:00
NIKITA 6b22e51221 UI for Dashboard 2010-09-17 16:17:09 -07:00
Jessica Wang 74bd85a3c0 current UI - create disk offering - minimum size of disk offering changes from 1 to 0 2010-09-17 15:39:59 -07:00
Jessica Wang cc1a933c1d new UI - specify zone id when deleting a template. Pop up confirmation dialog before deleting a template. 2010-09-17 15:29:20 -07:00
Jessica Wang a62c49d684 new UI - specify zone id when deleting ISO. Pop up a confirmation dialog before deleting ISO. 2010-09-17 15:21:35 -07:00
Jessica Wang 79c7e823d1 new UI - when creating template to all zones, generate as many templates in middle menu. 2010-09-17 14:48:38 -07:00
Jessica Wang ab1dcb1270 new UI - ISO page - when creating ISO for all zones, generate as many ISO in middle menu. 2010-09-17 14:21:18 -07:00
Jessica Wang e0d962a8e4 new UI - show error message on middle menu item when registerTemplate or registerISO fails. 2010-09-17 11:03:09 -07:00
Jessica Wang 4c78c6304d current UI - add host - send clustername parameter when calling addHost API 2010-09-17 10:19:06 -07:00
Jessica Wang e9ce558367 new UI - ISO page - implement adding ISO. 2010-09-16 20:37:58 -07:00
Jessica Wang 135f131270 new UI - template page - implement add template 2010-09-16 20:14:23 -07:00
Jessica Wang 28f7548e4a new UI - error handling when adding VM fails. 2010-09-16 18:52:02 -07:00
Jessica Wang a5430ffd5f new UI - hide middle menu navigation when dashboard page is loaded. 2010-09-16 17:17:29 -07:00
Jessica Wang bcfbfa628e new UI - add dashboard link. 2010-09-16 16:52:51 -07:00
NIKITA f9ae4a6341 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-09-16 16:16:11 -07:00
NIKITA b87c5e0222 New Ui for Dashboard 2010-09-16 16:16:02 -07:00
Jessica Wang 7aa2053df2 new UI - ISO page - implement deleteISO action. 2010-09-16 16:06:05 -07:00
Jessica Wang 88116362ae new UI - ISO page - implement edit ISO. 2010-09-16 15:42:27 -07:00
Jessica Wang dbde0cd39b new UI - display boolean field as text instead of icon. make Edit button always show. 2010-09-16 14:51:16 -07:00
Jessica Wang 54bd0c71a2 new UI - ISO page - implement copy ISO action, create VM action. 2010-09-16 11:28:46 -07:00
Jessica Wang e9014301e2 new UI - template page - implement create VM from template action. 2010-09-15 17:15:27 -07:00
Jessica Wang bb3a330b8d delete redundant code. 2010-09-15 16:24:29 -07:00
Jessica Wang e44158e468 new UI - template page - implement copy template action. 2010-09-15 16:12:07 -07:00
Jessica Wang b7d6ae6406 new UI - template page - implement delete action. 2010-09-15 15:28:03 -07:00
Jessica Wang fe5d825d33 new UI - implement updateTemplate and updateTemplatePermission. 2010-09-15 14:31:12 -07:00
NIKITA 0dc2a7c47e Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-09-15 11:16:07 -07:00
NIKITA f5365da384 UI for Grid actions like save and cancel 2010-09-15 11:15:33 -07:00
Jessica Wang 04eeb1e6cf correct element ID. 2010-09-15 11:14:41 -07:00
Jessica Wang 4409d7826e new UI - Routers page - implement Start Router, Stop Router action. 2010-09-15 11:11:59 -07:00
Jessica Wang 952ee0bfed new UI - template page - implement edit button. 2010-09-15 10:23:45 -07:00
Jessica Wang 0d2498f527 new UI - add action panel to IP Address page, ISO page, Router page, Snapshot page. 2010-09-15 10:08:15 -07:00
Jessica Wang 4eef74f73d new UI - add JSP file and JS file for router page. 2010-09-14 21:57:44 -07:00
Jessica Wang b6f5b66cff new UI - only apply selectable widget on middle menu when multiple-selection is needed for that page. 2010-09-14 21:54:03 -07:00
Jessica Wang 5d98ff7c1e new UI - when clicking on left menu that is not instance group menu, collapse instance menu. 2010-09-14 21:17:16 -07:00
Jessica Wang 214646c609 new UI - implement Router page. 2010-09-14 21:05:04 -07:00
Jessica Wang eb4ec49ec9 new UI - left navigation menu - highlight selected menu. 2010-09-14 20:32:37 -07:00
Jessica Wang c3144e0d76 new UI - add action message box to actions for subgrid items. 2010-09-14 17:41:47 -07:00
NIKITA 64c45588b2 Merge conflict resolved 2010-09-14 17:16:31 -07:00
NIKITA cd066f03a0 Title icons for ISO, Snapshots and volume 2010-09-14 16:54:05 -07:00
Jessica Wang 68e17586d0 new UI - actions in details panel - show error message in red dialog box when action fails. 2010-09-14 16:39:57 -07:00
NIKITA 3d61949f06 Icon for main title -IP Address 2010-09-14 16:30:01 -07:00
NIKITA 98c32fbf71 Icons for main titles for event and Instance 2010-09-14 16:26:13 -07:00
NIKITA 188b3e8b3e Icon added to main content title 2010-09-14 16:20:45 -07:00
NIKITA c464c7f5b7 Ui for edit version 2010-09-14 16:01:40 -07:00
Jessica Wang 03728cf9d8 new UI - clean right panel when different item in middle menu is selected. 2010-09-14 15:58:52 -07:00
Jessica Wang 6eab10ad47 new UI - boolean field (cross icon, tick icon) - adjust position of cross icon and tick icon. 2010-09-14 15:45:16 -07:00
Jessica Wang 8c48de076a new UI - volume page - after action on right panel is finished, update both middle menu and right panel. 2010-09-14 15:20:35 -07:00
NIKITA 252add5d2b Names changed for title icons 2010-09-14 14:52:12 -07:00
Jessica Wang 85ea3d600a new UI - implement close button in action message box. 2010-09-14 14:37:53 -07:00
Jessica Wang 336634c2f5 new UI - update details tab in right panel after action is finished. 2010-09-14 11:29:55 -07:00
Jessica Wang ef6f5b6181 new UI - volume page - adjust position of spinning wheel and add dialog box that will appear after action is finished. 2010-09-14 09:54:40 -07:00
Jessica Wang b137b08731 new UI - template page, ISO page - add middle menu icons. 2010-09-13 17:52:05 -07:00
Jessica Wang b86382c385 new UI - implement ISO page. 2010-09-13 17:32:47 -07:00
NIKITA 11169a8bb9 Template icons name has been changed 2010-09-13 16:54:45 -07:00
Jessica Wang 70b533fd8f new UI - show boolean field as a tick icon or a cross icon. 2010-09-13 16:49:11 -07:00
NIKITA 6e2beaba3a height Change in loader box -Instance tab 2010-09-13 16:44:59 -07:00
Jessica Wang ddb5321a27 new UI - template page - populate data to middle menu and right panel when left menu is clicked. 2010-09-13 16:21:49 -07:00
NIKITA 5642eb2837 Link Change in Instance Add VM popup 2010-09-13 16:10:03 -07:00
NIKITA 70750d7b38 UI for Grid info and error msgs 2010-09-13 15:59:36 -07:00
Jessica Wang f66eff8ec5 new UI - add jsp file for template page. 2010-09-13 15:49:39 -07:00
Jessica Wang 272c1e8f1d new UI - template page - add submenu myTemplates, CommunityTemplates, FeaturedTemplates. 2010-09-13 15:12:22 -07:00
NIKITA ee83e749a4 Loading and UI to add new Load Balancer and Post Forwarding 2010-09-13 13:43:53 -07:00
Jessica Wang ab05973b18 new UI - clear midmenu icons (add icon, action icon) when clicking on a different page. 2010-09-13 11:07:05 -07:00
Jessica Wang 04065255b1 new UI - fix a bug - clicking IP address on left menu didn't work. 2010-09-12 21:01:46 -07:00
Jessica Wang f75b17383a new UI - volume page - implement create template action. 2010-09-12 17:48:55 -07:00
Jessica Wang ab66269038 new UI - volume page - implement detach disk action. 2010-09-12 17:05:12 -07:00
Jessica Wang c8160cf0d6 new UI - volume page - show action menu when mouse over action link. 2010-09-12 14:49:24 -07:00
Jessica Wang f1ab608b18 new UI - show action in process text 2010-09-11 22:30:50 -07:00
Jessica Wang 41fc9fd8b0 new UI - instance page - volume tab - after detach disk action, remove the volume from volume tab. 2010-09-11 21:48:03 -07:00
Jessica Wang 5fb3bf8b56 new UI - dismiss dialog box after creating template from volume. 2010-09-11 21:16:21 -07:00
Jessica Wang c16faa4d41 new UI - implement detach volume from vm. 2010-09-10 20:46:44 -07:00
Jessica Wang b231eeffe6 new UI - add icon for snapshot,volume in middle menu. 2010-09-10 19:10:46 -07:00
NIKITA 79e4611697 Mid menu icons for Templates -Windows, Linux, Centos and ISO and Storage - Volume, Snapshots 2010-09-10 17:30:43 -07:00
Jessica Wang f456632a15 new UI - instance page - specify group name when calling listvirtualmachine API (when users click on instance group on left menu). 2010-09-10 16:57:50 -07:00
Jessica Wang 3867285af8 new UI - add different icons to middle menu item 2010-09-10 16:28:35 -07:00
edison d933f19d35 bug 5800: add cluster for KVM
TODO: need to make sure the host cpu is from the same vender in a cluster
2010-09-10 16:00:36 -07:00
Jessica Wang d341d1ab64 new UI - clear selected items when switching to different page or sub-page. 2010-09-10 15:11:55 -07:00
Jessica Wang c889626278 new UI - handle error in a central place for actions on midmenu items. 2010-09-10 14:45:49 -07:00
NIKITA f74d4f89df Icons for Midmenu Account, Event and Network 2010-09-10 14:33:15 -07:00
NIKITA e741b7272f Loading for grid header 2010-09-10 12:09:31 -07:00
Jessica Wang 37d82c8aa7 new UI - instance page - volume tab - show different action link for each volume depending on volume type and vm state. 2010-09-10 11:40:37 -07:00
NIKITA 15a6631a87 change in global action dropdown 2010-09-10 11:11:14 -07:00
Jessica Wang af0d9932a7 new UI - instance page - volume tab - adjust action list position for each volume. 2010-09-10 10:37:27 -07:00
NIKITA 21e279cbe2 Action drop down for action box outside the grid 2010-09-10 10:11:17 -07:00
NIKITA c27f8be33e New dropdown for grid actionbox added 2010-09-09 18:12:50 -07:00
Jessica Wang 87820eeb98 new UI - instance page - volume tab - add action links (detach disk, create template). 2010-09-09 17:47:37 -07:00
NIKITA 78c5ca17a0 Midmenu icon style 2010-09-09 17:20:29 -07:00
NIKITA 1eacad06a5 Midmenu icons for Account-admin, user, domain and Events - error, warning, info and network - ip address, network group 2010-09-09 17:18:46 -07:00
Jessica Wang 8f27d4424a new UI - add action icons. 2010-09-09 14:26:19 -07:00
Alex Huang 7249f168d5 more file changes 2010-09-09 13:27:20 -07:00
Manuel Amador (Rudd-O) b0acdbcf8b Split out build responsibility into per-project wscript_build files. Installation of generic directories like bindir, and creation of systemvms, remain in toplevel wscript_build. Make some waf code useful and reusable in the form of tools. 2010-08-31 20:40:17 -07:00
NIKITA 2f30900c61 Close button for vm popup 2010-08-31 14:59:02 -07:00
jessica 3a31b8e10f new UI - vm wizard - set "no, thanks" as default data disk offering. Set 1st existing disk offering as default root disk offering. 2010-08-31 14:59:01 -07:00
jessica 5b3db0fc54 new UI - vm wizard - show zone, template, service offering, disk offering in last step. 2010-08-31 14:59:01 -07:00
jessica 4cb63826a6 new UI - vm wizard - select data disk - set "no, thanks" as default. 2010-08-31 14:59:00 -07:00
jessica 624d37e543 new UI - vm wizard - select service offering - set 1st radio button as default 2010-08-31 14:58:59 -07:00
jessica 95aee2414e new UI - instance menu - implement change service action 2010-08-31 14:58:59 -07:00
jessica 1b78b9cda2 new UI - implement change VM name action. 2010-08-31 14:58:58 -07:00
jessica 6f14b406ce new UI - implement reset password for VM 2010-08-31 14:58:58 -07:00
jessica 29451b8da7 new UI - update middle menu item's hidden data after action completes. 2010-08-31 14:58:57 -07:00
jessica f714fb82a1 new UI - implement DetachISO action 2010-08-31 14:58:56 -07:00
jessica dd880b62f8 new UI - implement "Attach ISO" action 2010-08-31 14:58:56 -07:00
NIKITA 820c6ad86c General mid menu list 2010-08-31 14:58:55 -07:00
NIKITA f22a29dbad New info icons 2010-08-31 14:58:55 -07:00
jessica 09b4e2a7e1 new UI - create a shared function doAction() 2010-08-31 14:58:54 -07:00
jessica 0ad016839b new UI - fix a bug that action list get duplicate actions 2010-08-31 14:58:54 -07:00
jessica c272db84bd apply new class for items in action 2010-08-31 14:58:53 -07:00
jessica 5ddf551b24 new UI - instance menu - implement action "Restore Instance" 2010-08-31 14:58:53 -07:00
NIKITA 42347eb66d div name changed to inaction 2010-08-31 14:58:53 -07:00
jessica 5f3b044b3c new UI - Instance tab - fix a bug that only 1st action is taken 2010-08-31 14:58:52 -07:00
jessica a585b37e6a new UI - Instance menu - add action "reboot", "destroy" 2010-08-31 14:58:52 -07:00
jessica 91420e13e0 Only items not in action are allowed to be selected 2010-08-31 14:58:51 -07:00
jessica 9dbca71434 use selectable widget to multiple-select mid menu items to have actions 2010-08-31 14:58:51 -07:00
jessica 7d18462d76 Show midmenu items in action in blue background 2010-08-31 14:58:50 -07:00
jessica 51362d8479 Clear right panel when deploying VM fails 2010-08-31 14:58:50 -07:00
NIKITA 7e3432ac52 Loader for new and default list for mid menu 2010-08-31 14:58:49 -07:00
NIKITA 1410878be4 Old main.css 2010-08-31 14:58:49 -07:00
NIKITA 2969e94130 Search close icon and help icon 2010-08-31 14:58:48 -07:00
jessica a9f66a9e57 new UI - replace index.html with index.jsp 2010-08-31 14:58:48 -07:00
NIKITA 5827a6276a New Help icon and close button for search 2010-08-31 14:58:47 -07:00
jessica bd46014574 Create shared function vmJsonToRightPanel() 2010-08-31 14:58:33 -07:00
jessica 6ec5455579 If no translation is found, return original word (i.e. English word) 2010-08-31 14:58:33 -07:00
NIKITA 25a200c201 removed merged issues 2010-08-31 14:58:32 -07:00
jessica b7550c04e4 resolve merge conflict. delete obsolete files. 2010-08-31 14:58:30 -07:00
NIKITA c356c2070e Merge issue 2010-08-31 14:58:30 -07:00
jessica fc295b0fdd add createURL() to $.ajax() command 2010-08-31 14:58:29 -07:00
jessica 27fd14ac14 new UI - left menu, middle menu, instance 2010-08-31 14:58:29 -07:00
NIKITA d5500fc099 new UI going in 2010-08-31 14:58:28 -07:00
NIKITA da32a7d430 Close button for wizard instance 2010-08-31 14:58:27 -07:00
jessica 91e3f8e89e fix bug 6050 - extend pagesize to 500 2010-08-31 11:37:13 -07:00
jessica 01508aa6b3 Issue #: 5945 - replace all content/tab_xxxxxxx.html with jsp/tab_xxxxxxx.jsp 2010-08-26 11:53:10 -07:00
jessica 31081a681c Issue #: 5945 - delete obsolete index.html
Conflicts:

	ui/index.html
2010-08-25 18:27:51 -07:00
jessica 99c0c662a8 Issue #: 5945 - replace index.html with index.jsp 2010-08-25 18:27:49 -07:00
jessica e5bdec33f9 Issue #: 5979 - change text on VM Wizard Step 3. 2010-08-25 17:11:52 -07:00
jessica 111f88a1dc Issue #: 5953 - show remove link when host status is disconnected 2010-08-25 16:48:16 -07:00
jessica 3c92e52886 Issue #: 5785 - support non-ascii character like euro character 2010-08-25 15:51:01 -07:00
jessica c17cda2a37 resolve failed merge markers 2010-08-20 18:15:24 -07:00
Jessica Wang 65b9f29941 Issue #: 5975
(1) API-side: make listDomains, ListDomainChildren return all items

(2) UI-side: make domains page show all domains by specifying pageSize=-1
2010-08-20 17:39:40 -07:00
jessica 440662c938 Issue #: 5986
Volume page - grid - make action links stay left-aligned
2010-08-20 17:31:59 -07:00
Jessica Wang f0b82f8565 move source of resource properties from UI folder to client folder
move source of resource properties from UI folder to client folder

move source of resource properties from UI folder to client folder
2010-08-20 12:08:47 -07:00
Jessica Wang 275785404c Add Host - vlidate cluster section only if xenserver is xenserver 2010-08-18 11:30:01 -07:00
Jessica Wang 1849d4a6b1 Issue #: 5894
Create Template from Snapshot dialog - add password dropdown field
2010-08-17 14:25:54 -07:00
Jessica Wang 66ccd6f7ad (1) When hypervisor.type is kvm, allow option to add host in UI.
(2) When when hypervisor.type is kvm, hide cluster section in add host dialog.
2010-08-13 18:19:55 -07:00
will 7cf14dcffa Test commit 2010-08-13 16:36:30 -07:00
jessica 87b16702fe Test author settings in Tortoise Git 2010-08-12 11:57:38 -07:00
unknown a0c300f0a3 Git check-in test 2010-08-12 11:52:46 -07:00
unknown be793dc8a4 temporarily remove localization stuff until Manuel fixs waf build. 2010-08-12 11:48:49 -07:00
jessica c923149205 temporarily remove localization stuff until Manuel fixs waf build. 2010-08-12 11:46:22 -07:00
Manuel Amador (Rudd-O) 14ae76781e Committing Kris' big merge 2010-08-11 16:02:57 -07:00
Manuel Amador (Rudd-O) ac730ec496 Branch 2.1.refactor committed 2010-08-11 09:13:42 -07:00
Manuel Amador (Rudd-O) 05c020e1f6 Source code committed 2010-08-11 09:13:29 -07:00