Commit Graph

8219 Commits

Author SHA1 Message Date
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