41 Commits

Author SHA1 Message Date
Jessica Wang
20ae6c8f97 Extend shared function doActionToTab() to support details tab action on pages that don't have middle menu (e.g. Domain page, Zone page, Pod page). 2011-02-09 12:07:30 -08:00
Jessica Wang
82692ba4cd bug 8433: Delete Domain action - show action success/fail info on top of right panel after action finishes. 2011-02-08 15:25:40 -08:00
Jessica Wang
3d2e074dd7 Security Group page, Domain page - apply new function, bindActionLink(), which solves mouseover issue. 2011-02-01 17:08:53 -08:00
Jessica Wang
f19c10d53a bug 4556: Domain page - localize all actions. 2011-01-27 17:26:47 -08:00
Jessica Wang
c38e697d00 bug 7357: domain page - clean subgrid container when a domain is deleted and a tab is clicked. 2011-01-24 15:16:48 -08:00
Jessica Wang
bd54b872bf domain page - add confirmation page to Delete Domain action. 2011-01-21 19:18:21 -08:00
Jessica Wang
32c1fb77f4 replace validateNumber() with validateInteger() on all integer fields on all pages. 2011-01-21 10:45:52 -08:00
Jessica Wang
ba3d8561dc bug 8067: domain page - domain-admin is not allowed to edit resource limits. 2011-01-19 17:07:34 -08:00
Jessica Wang
0bddaa25dd bug 8067: domain page - domain-admin is not allowed to create/edit/delete domain. 2011-01-19 16:48:37 -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
Jessica Wang
3c6258a0bf Clear right panel after middle menu item is removed from DOM. Otherwise, removed item's content will be populated to right panel again. 2011-01-13 14:27:48 -08:00
Jessica Wang
39783503b8 domain page, disk offering page, service offering page - not update right panel after an action succeeds since the action might not belong to currently selected middle menu item. 2011-01-13 11:17:05 -08:00
Jessica Wang
15e9c1cd26 bug 5881: domain page - after UpdateDomain API returns success, update new domain name to domain node in domain tree in left navigation menu. 2011-01-03 12:10:01 -08:00
Jessica Wang
d2a7fb193a bug 5881: domain page - add "Edit Domain" action. 2011-01-03 11:59:48 -08:00
Jessica Wang
deb5f47627 Domain page - ROOT domain is not allowed to delete. 2011-01-03 11:26:39 -08:00
Jessica Wang
5c04815fb1 bug 7543: Domain page - empty subgrid item container when tab is clicked. 2010-12-20 15:05:24 -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
ce4ad3993a domain tree - clicking between domain treenode won't reload domain.jsp. 2010-12-16 19:58:22 -08:00
will
becc285128 - Updating jquery library to 1.4.4
- started refactoring work to make the UI flow more smoothly.  This first checkin makes the top action buttons no longer refresh if you click on a menu link for the same group of items.
2010-12-15 17:54:49 -08:00
will
50a076efbf The left menu navigation should be smooth now. 2010-12-13 18:56:25 -08:00
Jessica Wang
84edea9c0f domain page - fix a bug that newly created domain appears twice in domain tree. 2010-12-13 13:58:36 -08:00
Jessica Wang
0f22dc9628 Domain page - switch back to details tab when different domain node is clicked. 2010-12-10 15:47:07 -08:00
Jessica Wang
7a6ff9e9e1 For multiple selection middle container (e.g. Instance page), set selectable widget on a newly created sub container in middle menu. (instead of setting selectable widget to the whole middle menu) 2010-12-10 15:26:47 -08:00
Jessica Wang
6a0159c498 Domain page - implement refresh button for each tree node. 2010-12-06 11:13:31 -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
54e53f2037 Domain page - implement DeleteDomain API. 2010-12-03 18:54:04 -08:00
Jessica Wang
09aa5605fa Domain page - implement "Add Domain". 2010-12-03 16:47:17 -08:00
Jessica Wang
34f660b403 replace noNull() with fromdb(). 2010-12-01 11:06:52 -08:00
Jessica Wang
17ffde1c17 API has changed to return all if pagesize is not specified. Here is more corresponding UI change. 2010-11-30 11:26:21 -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
49e22e9b19 new UI - domain tree - make whole domain row clickable (before this change, only domain name was clickable). 2010-11-29 15:31:59 -08:00
Jessica Wang
49d40df2fe domain page - implement refresh button. 2010-11-29 14:06:11 -08:00
Jessica Wang
921249e399 new UI - domain page - show zero if no accounts/instances/volume is under a domain. 2010-11-24 15:09:52 -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
c03c3a171f new UI - fix bug 6670(The UI shows templates are ready to use: DB says the DOWNLOAD_IN_PROGRESS) 2010-11-08 11:37:47 -08:00
Jessica Wang
853f6610c2 new UI - change function names since the 2 functions are not only used by details tab, but also other tabs (e.g. resource limits tab). 2010-11-05 10:14:11 -07:00
Jessica Wang
2195b5b75c new UI - domain page -resource limits tab - remove Edit button, add Edit Resource Limits link and implement it. 2010-11-04 13:04:10 -07:00
Jessica Wang
01154ebf0f new UI - add grid header on details tab and resource tab. 2010-11-04 11:28:12 -07:00
will
034ec649a0 Did some renaming of the javascript files in new 2.2 UI. 2010-11-01 22:52:12 -07:00