61 Commits

Author SHA1 Message Date
Jessica Wang
541f216e40 bug 8575: account/alert/event/instance/IpAddress/ISO/SecurityGroup/Snapshot/Template/Volume page - when mouse is over middle menu item, show tooltip related to this middle menu item. 2011-02-17 17:41:54 -08:00
Jessica Wang
37de026f28 bug 8526: Template page - Delete Template action - avoid calling listTemplates after delete action succeeds. 2011-02-17 11:17:05 -08:00
Jessica Wang
eb33345f2e template page - add Download Progress Bar that shows when download progress is not finished and hides when download progress finishes. 2011-02-15 16:27:08 -08:00
Jessica Wang
c22bd9ca37 fix a bug that Download ISO, Download Template showed # instead of URL in dialog box. 2011-02-11 20:26:21 -08:00
Jessica Wang
8c07ef5097 bug 8499: Change "Create" button to "Add" button in all Add XXXXXXX dialogs. 2011-02-10 15:21:17 -08:00
Jessica Wang
08abe76f15 Template page, ISO page - refresh right panel when a middle menu item is clicked. 2011-02-08 12:36:02 -08:00
Jessica Wang
2cfeae7a22 bug 8441: Register Template dialog - change hypervisor downdown to be dependent on zone selection. 2011-02-07 13:41:40 -08:00
Jessica Wang
592cfc6b73 Authorize Security Group Rule, Download Template, Download ISO action - change UI to show error text (English, non-localized) instead of error code(530, 531) when API call returns error. 2011-02-04 11:11:28 -08:00
Jessica Wang
5aa91b6d55 localize Download Template success/fail message. 2011-02-02 15:35:08 -08:00
Kelven Yang
2b2885cf5e change VmWare to trademarked name VMware 2011-01-31 14:08:27 -08:00
Jessica Wang
6b91ba441b bug 4556: Template page - localize all actions. 2011-01-27 16:49:52 -08:00
Jessica Wang
41b05f62ef bug 7357: template/ISO page - clean subgrid container when a template/ISO is deleted and a tab is clicked. 2011-01-24 14:51:16 -08:00
Jessica Wang
5bc0e51818 bug 7116: template page, ISO page - cleanup the confirmation dialogs to use a single dialog (i.e. "dialog_confirmation"). 2011-01-21 15:48:07 -08:00
Jessica Wang
32c1fb77f4 replace validateNumber() with validateInteger() on all integer fields on all pages. 2011-01-21 10:45:52 -08:00
will
fdbd1c7e66 Cleaned up some capabilities usage in the UI. 2011-01-19 14:03:53 -08:00
Jessica Wang
23e27370b4 bug 7608: account/diskOffering/domain/ISO/networkOffering/serviceOffering/template page- cancel edit mode when clicking on different tab or different middle menu item. 2011-01-19 12:42:35 -08:00
will
5c5563dfdd UI will now use the config param "allow.public.user.templates". If this is false, only admins will be able to set the "public" status of a template. 2011-01-18 19:08:31 -08:00
Jessica Wang
5810e809da Template page - make Delete Template available as long as the template is not in downloaded status. 2011-01-14 14:24:04 -08:00
Jessica Wang
0f8da4093d bug 7905: template page - add template dialog - reset format field based upon hypervisor field before dialog pops up. 2011-01-14 13:40:09 -08:00
Jessica Wang
a9dd415995 bug 7905: template page - add template dialog - populate hypervisor dropdown by listHypervisors API response instead of hardcoding. 2011-01-13 17:10:45 -08:00
Jessica Wang
6bc1c05408 delete template action, delete ISO action - only clear right panel if action belongs to the current selected middle menu item. 2011-01-13 15:13:12 -08:00
Jessica Wang
f60aedaa95 template page - add "Type" row (whose value is like "SYSTEM", "USER", "BUILTIN"). 2011-01-11 11:48:48 -08:00
Jessica Wang
05afca54f2 bug 7430: Instance page - add OS Type in details tab. 2011-01-04 12:04:06 -08:00
Jessica Wang
b2007715bd Template page - implement new advanced search. 2010-12-27 12:25:59 -08:00
Jessica Wang
676b2e74aa bug 7539: Template page, ISO page - when isready == false, do not show Download Template/ISO option. 2010-12-21 13:30:05 -08:00
Jessica Wang
87df47cb6d bug 7547: template page, ISO page, volume page - decode URL returned from extractTemplate/extractISO/extractVolume API. 2010-12-20 19:06:58 -08:00
Jessica Wang
291a9669e7 bug 7535: ISO page - hide "Download ISO" option for non-admin user. 2010-12-20 14:10:57 -08:00
Jessica Wang
5e8be4a431 Place Add XXX buttons in each related page instead of index.jsp. 2010-12-18 17:04:17 -08:00
Jessica Wang
0754663657 Update Template - update embedded jsonObj after calling UpdateTemplate API and UpdateTemplatePermission API. 2010-12-13 17:16:24 -08:00
Jessica Wang
69403e05ec Basic Search - search by keyword parameter. 2010-12-13 13:16: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
Jessica Wang
14ef4c2d57 template page - add hypervisor in grid. 2010-12-08 15:31:32 -08:00
Jessica Wang
accd9bcf97 template page - implement basic search and advanced search. 2010-12-02 11:16:52 -08:00
Jessica Wang
59667ebe14 Search - add getSearchParamsFn() on all pages. 2010-12-01 14:41:36 -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
db3b75bda0 API has changed to return all if pagesize is not specified. Here is corresponding UI change. 2010-11-30 11:03:58 -08:00
Jessica Wang
74086a54a1 new UI - template page - update template name in middle menu when template is updated in right panel. 2010-11-24 14:26:43 -08:00
Jessica Wang
b62f1acd23 bug 7277: after Download Template action succeeds, show URL returned by API on dialog box and make it clickable. (merge from 2.2.beta1 branch to master branch) 2010-11-23 20:04:39 -08:00
Jessica Wang
f588821cf9 bug 7277: template page - System VM template don't have "Download Template" option. (merge from 2.2.beta1 branch to master branch) 2010-11-23 17:00:13 -08:00
Jessica Wang
b18add1373 bug 7277: template page - implement "Download Template" action. (merge from 2.2.beta1 branch to master branch) 2010-11-23 16:57:26 -08:00
Jessica Wang
8b6eb37603 new UI - registerISO, registerTemplate - remove UI restriction that template name needs to be English character. 2010-11-18 16:05:14 -08:00
Jessica Wang
b603a75061 bug 3921: ISO page - remove "Copy ISO" option from "xs-tools.iso" 2010-11-16 14:03:56 -08:00
Jessica Wang
8b106c7271 new UI - apply noNull() or fromdb() to all fields that get value from API. 2010-11-15 14:05:39 -08:00
Jessica Wang
eb3ae6c27f new UI: fix a javascript error that happened after clicking between My Template and Featured Template => 'events' is null or not an object 2010-11-12 19:10:07 -08:00
Jessica Wang
bf6b848711 bug 7088: show full error message when creating new template or ISO. 2010-11-12 18:30:09 -08:00
Jessica Wang
64d589192f bug 6240: template page - create VM - add size field that shows when selected disk offering is custom. 2010-11-09 18:55:27 -08:00
will
9e00fb984c bug 7049: you can no longer delete system templates 2010-11-09 17:24:37 -08:00
Jessica Wang
6656a348f4 revert change that was overriden by another checkin 16 hours ago (21f8bfde8bcf4ec7e322a40f059fe70c31e801e9) (Mon Nov 8 21:15) 2010-11-09 13:44:18 -08:00
Jessica Wang
39cc08dd0c new UI - template page, ISO page, Router page - add grid header title. 2010-11-09 10:35:12 -08:00