1754 Commits

Author SHA1 Message Date
Jessica Wang
be031f455f zone page - pop up confirmation dialog before execute Delete Zone action. 2011-01-24 10:10:49 -08:00
Jessica Wang
e7d0ad3d3a bug 8164: Add Network Dialog - validation of minimum number of VLAN range has been changed from 2 to 1. 2011-01-21 19:54:36 -08:00
Jessica Wang
0fecd12ef7 disk offering page - add confirmation dialog to Delete Disk Offering action. 2011-01-21 19:41:53 -08:00
Jessica Wang
6e0ffb39c7 service offering page - add confirmation page to Delete Service Offering action. 2011-01-21 19:23:20 -08:00
Jessica Wang
bd54b872bf domain page - add confirmation page to Delete Domain action. 2011-01-21 19:18:21 -08:00
will
feb8c1369d bug 4556: localized string replacement for host.jsp and ipaddress.jsp 2011-01-21 19:11:29 -08:00
will
1c978c25d0 bug 4556: localized string replacement for host.jsp and ipaddress.jsp 2011-01-21 19:03:05 -08:00
Jessica Wang
99dac87043 security group page - add confirmation page to Delete Security Group action. 2011-01-21 18:56:59 -08:00
Jessica Wang
05bf83d1aa volume page - add confirmation page to Delete Volume action. 2011-01-21 18:45:06 -08:00
Jessica Wang
52b1953a28 instance page - remove obsolete code (routers tab). 2011-01-21 18:38:40 -08:00
Jessica Wang
eac4f11e6d host page - remove obsolete code (primary storage tab). 2011-01-21 18:31:03 -08:00
will
e56accb970 bug 4556: localized string replacement for dashboard.jsp, diskoffering.jsp, domain.jsp, event.jsp, globalsetting.jsp 2011-01-21 17:25:13 -08:00
Jessica Wang
28f6a5ddf7 bug 7116: primary storage page, secondary storage page - clean up the confirmation dialogs to use a single dialog (i.e. "dialog_confirmation"). 2011-01-21 16:43:41 -08:00
Jessica Wang
958e7fe8df bug 7116: host page, zone page - clean up the confirmation dialogs to use a single dialog (i.e. "dialog_confirmation"). 2011-01-21 16:29:37 -08:00
Jessica Wang
f04b457508 bug 7116: System VM page - clean up the confirmation dialogs to use a single dialog (i.e. "dialog_confirmation"). 2011-01-21 16:11:26 -08:00
Jessica Wang
52c3edcfe2 listISOs API has changed returned value of vmware-tools.iso and xs-tools.iso. Here is related UI change. 2011-01-21 15:53:50 -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
will
16d03106f9 bug 4556: localize string replacements for index.jsp, account.jsp, alert.jsp, and cluster.jsp 2011-01-21 15:45:05 -08:00
Jessica Wang
c44dc97f31 bug 7116: volume page, snapshot page, IP Address page - cleanup the confirmation dialogs to use a single dialog (i.e. "dialog_confirmation"). 2011-01-21 15:27:50 -08:00
Jessica Wang
6545cb99d2 bug 7116: instance page - cleanup the confirmation dialogs to use a single dialog (i.e. "dialog_confirmation"). 2011-01-21 15:09:19 -08:00
Jessica Wang
3941e98dbb bug 8158: Network page - public network - IP Range - add domain, account row. 2011-01-21 14:31:53 -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
f551cf963e bug 7664: account page - user tab - show "Disable User" when user state is enabled; show "Enabled User" when user state is disabled. 2011-01-21 12:04:55 -08:00
will
4a3954690a removing 2.1 legacy UI from 2.2 2011-01-21 11:45:20 -08:00
will
835835dd0b bug 8154: removed type and added network rate to network offering detail page. 2011-01-21 10:47:50 -08:00
Jessica Wang
4649935ef2 bug 7817: instance page - apply validateInteger(). 2011-01-21 10:45:53 -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
8739a93f3a bug 7922: changed verbiage on dashboad to avoid confusion. 2011-01-21 10:40:57 -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
3a6926e40f bug 6922: instance page - spare an API call when middle menu item is clicked. 2011-01-20 18:42:16 -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
will
1634c29e81 - Cleaned up more capabilities related to security groups and to make use of listCapabilities. 2011-01-20 16:35:40 -08:00
Jessica Wang
0f48ac4133 Security Group page - API was changed to return icmpType/icmpCode as integer(e.g. 1) instead of string(e.g. "-1"). This is related UI change. 2011-01-20 16:16:37 -08:00
Jessica Wang
72bfbb4864 change text. 2011-01-20 16:08:58 -08:00
Jessica Wang
50c3e04697 Security Group page - fix a bug that newly created ingress rule failed to be deleted. 2011-01-20 15:59:28 -08:00
Jessica Wang
e83f583122 bug 7949: authorizeSecurityGroupIngress API and revokeSecurityGroupIngress API has been changed to take in ID parameter instead of name parameter. Here is related UI change. 2011-01-20 15:33:41 -08:00
Jessica Wang
ea1940f30c bug 7949: deleteSecurityGroup API has been changed to take in ID parameter instead of name parameter. Here is related UI change. 2011-01-20 15:22:17 -08:00
Jessica Wang
a63ff737f4 zone/pod/cluster/host page: add host dialog - hide 5 vmware-related fields. 2011-01-20 14:58:09 -08:00
Jessica Wang
217b87afb7 IP Address page - DomainAdmin is allowed to manage IP created by a regular user under the same domain. 2011-01-20 11:52:14 -08:00
Jessica Wang
72485f95ea fix a bug that right panel doesn't get refreshed if clicking dashboard first and clicking another page (e.g. My Instances page). 2011-01-20 11:13:25 -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
ba3d8561dc bug 8067: domain page - domain-admin is not allowed to edit resource limits. 2011-01-19 17:07:34 -08:00
Jessica Wang
08e351abe1 bug 8067: account page - domain-admin is not allowed to create account. 2011-01-19 17:01:31 -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
db142eb467 bug 7608: fix a bug "$editFields is undefined" when visiting a non-editable page first. 2011-01-19 16:17:58 -08:00