921 Commits

Author SHA1 Message Date
Jessica Wang
374a114723 bug 8210: IP Address page - show new tab Port Range when Static NAT is enabled. 2011-01-26 12:14:06 -08:00
Jessica Wang
0366aa9543 bug 8210: IP Address page - details tab - after Enable Static NAT succeeds, get vmName from listIpForwardingRules response. 2011-01-26 11:53:10 -08:00
Jessica Wang
e85cf89d83 bug 8210: IP Address page - details tab - Enable/Disable Static NAT - replace old API with new API. 2011-01-26 11:48:30 -08:00
will
2f91af1fba Simplified the single signon process 2011-01-26 11:16:17 -08:00
Jessica Wang
2734c892d8 account page - localize delete account dialog. 2011-01-26 09:55:34 -08:00
Jessica Wang
f94d4f69e1 account page - details tab - localize confirmation dialog. 2011-01-25 17:34:35 -08:00
Jessica Wang
cd576af3be bug 7377: router page - add domain row. 2011-01-25 16:43:30 -08:00
Jessica Wang
6728b33733 bug 8182: zone page - still show Add Cluster/Add Host/Add Primary storage dialog even there is no pod under the zone. 2011-01-25 16:01:55 -08:00
Jessica Wang
69846d7c6e VM Wizard - when zone field is selected, call listHypervisors with zoneId to populate hypervisor field. 2011-01-25 14:23:58 -08:00
Jessica Wang
62b036b63d network page - public network - external load balancer tab - parse listExternalLoadBalancers response and dynamically create grid row for each parsing result. 2011-01-25 13:43:16 -08:00
Jessica Wang
6e5c4f3465 network page - public network - external firewall tab - parse listExternalFirewalls response and dynamically create grid row for each parsing result. 2011-01-25 12:04:36 -08:00
will
cbc8153dd5 bug 4556: localized string replacement for instance.jsp
- removed old change name and group dialogs as they are not being used anymore
2011-01-25 11:33:41 -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
f4564df820 bug 7357: secondary storage page - clear tab when there is no secondary storage and a tab is clicked. 2011-01-24 17:33:00 -08:00
Jessica Wang
292265784c bug 7357: primary storage page - clear tab when there is no primary storage and a tab is clicked. 2011-01-24 17:28:38 -08:00
Jessica Wang
8526c0714f bug 7357: host page - clear tab when there is no host and a tab is clicked. 2011-01-24 17:25:20 -08:00
Jessica Wang
9d75b55d98 bug 7357: cluster page - clear tab when a cluster is deleted and a tab is clicked. 2011-01-24 17:11:41 -08:00
Jessica Wang
89961333c8 bug 7357: pod page - clear tab when pod is deleted and a tab is clicked. 2011-01-24 16:54:48 -08:00
Jessica Wang
035adf4e57 zone page - remove obsolete code (network tab, vlan stuff, IP range stuff). 2011-01-24 16:43:07 -08:00
Jessica Wang
6cdd522568 bug 7357: zone page - clear details tab when zone is deleted. 2011-01-24 16:28:40 -08:00
Jessica Wang
65707fe7d1 zone page - remove obsolete code (secondary storage tab). 2011-01-24 16:04:03 -08:00
Jessica Wang
eb49b29b1b bug 7357: network offering page - clean details tab when there is no network offering. 2011-01-24 15:53:28 -08:00
Jessica Wang
700402311d bug 7357: service/disk offering page - clean subgrid container when a disk/service offering is deleted and a tab is clicked. 2011-01-24 15:50:44 -08:00
Jessica Wang
9a0bc3356e bug 7357: system vm page - add function systemvmClearDetailsTab(). 2011-01-24 15:40:53 -08:00
Jessica Wang
9496fd5f89 bug 7357: router page - add function routerClearDetailsTab(). 2011-01-24 15:26:19 -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
6f95692ceb bug 7357: account page - clean subgrid container when an account is deleted and a tab is clicked. 2011-01-24 15:05:02 -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
720afd5fb1 bug 8149: ISO page - add icon to middle menu item. 2011-01-24 14:26:54 -08:00
Jessica Wang
6c05b96ae0 bug 7357: security group page - clean subgrid container when a security group is deleted and a tab is clicked. 2011-01-24 14:18:30 -08:00
Jessica Wang
3a54c145a2 bug 7357: IP Address page - clean subgrid container when a tab is clicked. 2011-01-24 14:13:53 -08:00
Jessica Wang
1fe4fdda39 bug 7357: instance page - clean subgrid container when a tab is clicked. 2011-01-24 14:02:13 -08:00
Jessica Wang
e0f0c4809b bug 7357: volume page - only call volumeClearSnapshotTab() when the volume is deleted. 2011-01-24 13:56:39 -08:00
Jessica Wang
d68ff8fe4e bug 7357: volume page - create function volumeClearSnapshotTab(). 2011-01-24 11:51:31 -08:00
Jessica Wang
85b179f5b5 bug 7357: volume page - snapshot tab - clean subgrid container first when this tab is clicked. 2011-01-24 11:43:07 -08:00
Jessica Wang
89bc9aad3f bug 7648: remove host action - pop up warning message "Removing last/only host in cluster and reinstalling the host will destroy working environment/database on the host and render the VM Guests unuseable." 2011-01-24 11:21:47 -08:00
Jessica Wang
a0b30030b7 bug 8164: Add Zone wizard - advanced zone - Add Public IP Range - validation of minimum number of VLAN range has been changed from 2 to 1. 2011-01-24 10:56:08 -08:00
Jessica Wang
1245d2fed2 bug 7301: event page - add domain row. 2011-01-24 10:49:31 -08:00
Jessica Wang
315df46053 network page - pop up confirmation dialog before execute Delete Network action. 2011-01-24 10:40:25 -08:00
Jessica Wang
b7daa55a79 cluster page - pop up confirmation dialog before execute Delete Cluster action. 2011-01-24 10:25:08 -08:00
Jessica Wang
9a463172bc pod page - pop up confirmation dialog before execute Delete Pod action. 2011-01-24 10:17:59 -08:00
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
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