146 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
c77b61d1a9 Support custom afterActionInfo instead of generic one. 2011-02-09 11:06:56 -08:00
Jessica Wang
f7925abaed Instance page - view console proxy - thumbnail - only request thumbnails when mouse is over console proxy icon. Stop requesting thumbnails when mouse is out of console proxy icon. 2011-02-08 17:41:04 -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
b062ed0ab6 fix fresh button on right panel for mutliple-selection page (e.g. Instance page). 2011-02-08 13:57:51 -08:00
will
c22e41ea92 bug 8482: Merge from 2.2.x. Added a refresh all link on top of the mid menu section. Changed the top right refresh to refreshing only the highlighted item. 2011-02-08 12:28:08 -08:00
Jessica Wang
37b5c860d2 bug 8394: end user should be able to see community template if global setting "User.Public.Template.Enabled" is true. (2) 2011-02-04 13:24:37 -08:00
Jessica Wang
97af1c82aa handle sync API fail case - change UI to show error text (English, non-localized) instead of error code(530, 531). 2011-02-04 12:00:27 -08:00
Jessica Wang
395ed04b50 Deploy VM - change UI to show error text (English, non-localized) instead of error code(530, 531) when API call returns error. 2011-02-04 10:36:20 -08:00
Jessica Wang
858464e3ef change UI to show error text (English, non-localized) instead of error code(530, 531) when API call returns error. 2011-02-04 10:14:59 -08:00
Jessica Wang
6d754176ce localize Download Volume action message. 2011-02-02 16:08:39 -08:00
Jessica Wang
a466994161 create shared function bindActionLink() that will bind event handler to action link in right panel. 2011-02-01 16:16:51 -08:00
Jessica Wang
209713fba5 bug 8250: multiple-selection page (e.g. Instance page) - After adding new an item successfully, put it on the top of middle menu. 2011-01-31 17:46:32 -08:00
Jessica Wang
8ac29f78e7 bug 4556: localize error message of IP validation, CIDR validation. 2011-01-28 16:07:28 -08:00
Jessica Wang
80640f9d01 bug 4556: localize validation error message. 2011-01-28 15:54:57 -08:00
Jessica Wang
07460dda56 bug 4556: localize error handling of subgrid item action. 2011-01-28 15:04:08 -08:00
Jessica Wang
0225b51221 bug 4556: localize error handling of details tab action. 2011-01-28 14:49:56 -08:00
Jessica Wang
2db078abf6 bug 4556: localize middle menu actions. 2011-01-28 12:19:48 -08:00
Jessica Wang
38857cf47c bug 4556: localize adding action in middle menu. 2011-01-28 11:35:49 -08:00
Jessica Wang
c9e03ebd4f bug 4556: instance page - localize middle menu action Start Instance. 2011-01-27 11:25:44 -08:00
Jessica Wang
adecd3a424 bug 4556: account page - localize Edit User action. 2011-01-26 18:02:30 -08:00
Jessica Wang
e542ca17e0 bug 4556: account page - localize Delete Account action. 2011-01-26 17:25:05 -08:00
Jessica Wang
ef1f1eb614 bug 4556: account page - localize Enable Account action. 2011-01-26 17:08:00 -08:00
Jessica Wang
319ae4e6b2 bug 4556: account page - localize Lock Account action. 2011-01-26 17:01:41 -08:00
Jessica Wang
4068603193 bug 4556: account page - localize Resource Limits and Disable Account. 2011-01-26 16:20:35 -08:00
Jessica Wang
35c3034e01 bug 4556: localize Edit Account action label. 2011-01-26 16:04:21 -08:00
Jessica Wang
db981484ab community template shows for (1) root-admin role (2) domain-admin role + getUserPublicTemplateEnabled() == "true". 2011-01-25 10:39:15 -08:00
Jessica Wang
8c2bf3308e when "allow.public.user.templates == false", hide community template/iso submenu. 2011-01-24 17:48:01 -08:00
Jessica Wang
94f62c3bf1 bug 7741: instance page - clear NICs tab, Volumes tab, Statistics tab if no item exists in middle menu. 2011-01-21 13:58:47 -08:00
Jessica Wang
edc46783ad bug 7741: instance page - clear details tab if no item exists in middle menu. 2011-01-21 13:44:12 -08:00
Jessica Wang
b47d843cc1 bug 7817: service offering page - apply validateInteger(). 2011-01-21 10:20:39 -08:00
Jessica Wang
b0d390aef1 bug 7817: create new shared function validateInteger(). 2011-01-21 10:12:03 -08:00
Jessica Wang
1b977acaf9 Refresh button - when refresh button is clicked, populate search result again if middle menu is previously populated with search result. 2011-01-20 18:16:35 -08:00
will
953c862713 Removed hypervisor.type from the login response since this capability does make sense anymore in 2.2 2011-01-20 17:49:13 -08:00
Jessica Wang
df5d64bb85 implement Clear Search function - when clear search button is clicked, remove search text and search result and list all items in middle menu. 2011-01-20 17:39:28 -08:00
Jessica Wang
775cdfe7c2 search panel - show close button when middle menu is populated with search result. hide close button otherwise. 2011-01-20 17:02:04 -08:00
Jessica Wang
8a1ec4ef8e fix a bug that shows in multiple-selection page (e.g. Instance page) when doing search: search result is duplicate. 2011-01-20 10:56:05 -08:00
Jessica Wang
db142eb467 bug 7608: fix a bug "$editFields is undefined" when visiting a non-editable page first. 2011-01-19 16:17:58 -08:00
will
d497a71619 Cleaned up uselocal storage config param as I don't see what it is beng used anymore as. Also, removed the filter for not allowing the user to set "offerHA" if hypervisor.type == KVM. 2011-01-19 16:06:47 -08:00
will
fdbd1c7e66 Cleaned up some capabilities usage in the UI. 2011-01-19 14:03:53 -08:00
Jessica Wang
e6fc91c8b6 bug 7608: instance page - cancel edit mode when clicking on different tab or different middle menu item. 2011-01-19 12:11:13 -08:00
Jessica Wang
16b52c9fa0 bug 7781: instance page - show red color when state is "Error" in both middle menu and right panel. 2011-01-14 17:13:12 -08:00
Jessica Wang
115aff6cdb deploy VM - show new password in dialog, middle menu item and right panel when middle menu item is clicked. 2011-01-14 11:21:14 -08:00
Jessica Wang
046c556da1 instance page - reset password action - show new password in dialog and right panel when middle menu item is clicked. 2011-01-14 11:01:24 -08:00
Jessica Wang
23e5a01315 account 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:49:42 -08:00
Jessica Wang
efc35809ae Router page, SystemVM 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:01:30 -08:00
Jessica Wang
3a0b98eb83 bug 7956: when middle menu action fails, show error message on right panel if this action belongs to the currently selected middle menu item. 2011-01-12 15:20:05 -08:00
Jessica Wang
5f1d54b978 bug 7956: when copy action info from middle menu item to right panel, hide spinning wheel in right panel if spinning wheel in middle menu item id hidden. 2011-01-12 14:05:23 -08:00
Jessica Wang
432cbc8458 hide/show security group left menu when direct.attach.security.groups.enabled is false/true. 2011-01-10 14:51:36 -08:00
Jessica Wang
ff3b0b3532 bug 6361: security group page - ingress rule tab - implement authorizeSecurityGroupIngress API. 2011-01-10 14:20:26 -08:00