Jessica Wang
31c77ff69c
bug 12524: create network offering dialog - show service offering dropdown only when Virtual Router is selected as a provider for at least one service.
2012-02-03 22:51:28 -08:00
Jessica Wang
623a144b88
bug 13434: cloudstack 3.0 new UI - if md5Hashed is false, use encodeURIComponent() to encode password before sending it to API call.
2012-02-03 16:55:41 -08:00
Jessica Wang
38ada9c585
domain page - add full path.
2012-02-03 15:49:01 -08:00
bfederle
b57c72d98b
Fix detail view UI destroy action
2012-02-03 15:41:27 -08:00
Jessica Wang
8c5068a3be
bug 12649: cloudstack 3.0 new UI - domain fields on all dialog boxes - show full domain path instead of domain name.
2012-02-03 15:38:11 -08:00
bfederle
fbf1c958db
bug 12497
...
Fix back button causing erratic behavior, due to force re-populating
of form fields in each step; data only repopulates now if an item on a
previous step has changed.
status 12497: resolved fixed
2012-02-03 15:36:42 -08:00
Jessica Wang
9064bdb50a
bug 13373: create network offering dialog - if this provider dropdown is one of provider dropdowns forcibly changed together earlier, make other forcibly changed provider dropdowns restore default option (i.e. 1st option in dropdown) - make it work in IE as well.
2012-02-03 15:08:07 -08:00
Jessica Wang
62b2a05071
bug 13373: create network offering dialog - if this provider dropdown is one of provider dropdowns forcibly changed together earlier, make other forcibly changed provider dropdowns restore default option (i.e. 1st option in dropdown).
2012-02-02 17:17:20 -08:00
Jessica Wang
6fe5c365fa
bug 13373: create network offering dialog - only update provider dropdown if the provider supports more than 1 service.
2012-02-02 16:18:03 -08:00
bfederle
b99bf40391
bug 12593: Add support for traffic labels
...
Traffic labels are now editable for all traffic types (guest, management, storage);
to access them, just go the detail view for each traffic type, and you will see traffic labels
for each hypervisor supported (Xen, KVM, VMware) -- press 'edit' to show a text field for
updating labels.
status 12593: resolved fixed
2012-02-02 16:14:24 -08:00
bfederle
701fff934d
Fix detail view action if no args are present
2012-02-02 16:14:23 -08:00
Jessica Wang
cc3bf1e6d2
bug 13373: create network offering dialog - when a provider who can not enable individual service gets selected, make all services supported by this provider have this provider selected in provider dropdown.
2012-02-02 15:54:12 -08:00
Jessica Wang
4a0517e9e0
bug 13412: Quick install - add cluster - hypervisor - add KVM option
2012-02-02 13:54:16 -08:00
bfederle
66b69a049b
bug 13210: User dashboard layout cleanup
...
-Replace broken 'My projects' with latest events listing
-Show real network stats; replace with 'Owned networks' and 'Owned IP
addresses'
status 13210: resolved fixed
2012-02-02 13:47:45 -08:00
bfederle
8b13faffb9
bug 13261: Display pod name for cluster-level capacities
...
status 13261: resolved fixed
2012-02-02 12:30:10 -08:00
bfederle
7bb0785de6
bug 11790
...
Fix naming for capacity types to be up-to-date with API
status 11790: resolved fixed
2012-02-02 12:25:04 -08:00
bfederle
2d218ad451
bug 13246: Fix attach volume when in project mode
...
status 13246: resolved fixed
2012-02-02 11:10:03 -08:00
Jessica Wang
c9795a33f6
bug 13030: IP address page - Make EnableVPN action available in any type of IP, instead of only sourceNAT IP.
2012-02-02 10:34:27 -08:00
Jessica Wang
7cdb83abfc
bug 13343: network page - don't show "Add guest network" button if basic zone(s) exists.
2012-02-01 17:16:11 -08:00
Jessica Wang
ccabee788a
bug 13289: zone wizard - correct text.
2012-02-01 15:21:27 -08:00
bfederle
e6b1929d1a
Fix network offering availability field
2012-02-01 14:46:30 -08:00
Jessica Wang
c7460ae962
bug 12966: domain page (tree-view) - remove search box since no place to show searching results in a tree.
2012-02-01 14:06:47 -08:00
Jessica Wang
5eea6a5c3c
bug 12925: pass account parameter to ListVpnUsers API and createRemoteAccessVpn API.
2012-02-01 13:49:53 -08:00
Jessica Wang
e8d7220ff3
bug 12728: extend listView widget to take in preFilter. filter Destroyed option from listView filters for regular user.
2012-02-01 13:29:35 -08:00
Jessica Wang
d7f6cff115
bug 12686: add guest network, edit guest network - network offering dropdown - pass zoneId to listNetworkOfferings API
2012-02-01 11:59:16 -08:00
bfederle
4ccd7f5260
bug 12933: Support subdomain access for guest networks
...
status 12933: resolved fixed
2012-02-01 11:35:59 -08:00
Jessica Wang
0d80dcd5b2
zone detail page - add domain name.
2012-02-01 11:35:24 -08:00
Jessica Wang
dddbf1cd9d
zone wizard - make isPublic checked as default since public zone is more popular.
2012-02-01 11:22:34 -08:00
bfederle
7a6778cd99
Fix swift dialog
2012-02-01 10:55:20 -08:00
Jessica Wang
9c33b67016
network offering page - after updating availability from Required to Optional, or from Optional to Required, refresh add network offering dialog to show/hide availability dropdown.
2012-02-01 10:39:37 -08:00
bfederle
df8553b807
bug 12806
...
After configuring swift, disable (hide) swift button after leaving
zone page. Note that the button will still be visble until them, in
case the user needs to re-configure (i.e., because of a typo)
status 12806: resolved fixed
2012-02-01 10:39:00 -08:00
bfederle
ea512c2829
List view: fix for header actions
2012-02-01 10:39:00 -08:00
Jessica Wang
32f0b3e590
add network offering dialog - availability field depends on not only 'service.SourceNat.isEnabled', but also requiredNetworkOfferingExists variable. This line will make the dependency between availability field and requiredNetworkOfferingExists variable disappear (incorrectly).
2012-02-01 10:28:19 -08:00
Jessica Wang
8276e741af
system page - guest network page - optimize code of collection guest networks.
2012-02-01 09:56:59 -08:00
bfederle
bee3efd0d2
bug 12792: Fix restore VM action
...
status 12792: resolved fixed
2012-02-01 09:54:52 -08:00
Jessica Wang
22331df7dc
bug 12519: system page - guest network - need to make 2 listNetworks API call to get all networks.
2012-01-31 17:11:56 -08:00
Jessica Wang
6c392eecd9
bug 12519: system page - guest network - fix a bug that project-specific networks didn't show.
2012-01-31 16:46:10 -08:00
bfederle
17358cce99
bug 13271: Fix zone wizard vlan range validation
...
status 13271: resolved fixed
2012-01-31 16:11:23 -08:00
Jessica Wang
414c55cd03
bug 12519: system page - add guest network - add project-specific option to scope field.
2012-01-31 16:00:17 -08:00
Jessica Wang
af81ae4078
bug 11426: domain page - fix the criterion to determine whether it's a Root domain or not.
2012-01-31 15:06:20 -08:00
bfederle
648a1c36d3
bug 12682
...
Add Citrix EULA to start of install wizard
status 12682: resolved fixed
2012-01-31 14:50:38 -08:00
Jessica Wang
b1073d6b68
bug 12509: Add Network Offering dialog - service provider dropdown - make "VirtualRouter" to be the 1st option regardless of the sequence returned in listsupportednetworkservicesresponse.service.provider
2012-01-31 14:44:07 -08:00
Jessica Wang
37a7989623
bug 13378: add network offering dialog - when a service is selected and there is only one provider for this service, not show provider dropdown (hardcode the only one provider value in a hidden field).
2012-01-31 14:06:52 -08:00
bfederle
0e03e0d5fd
bug 12730
...
Wait for builtin templates before install wizard completes
status 12730: resolved fixed
2012-01-31 12:01:19 -08:00
bfederle
9273ec4c35
bug 12460
...
Only show availability field if isolated source NAT configuration
selected
status 12460: resolved fixed
2012-01-31 10:22:56 -08:00
Jessica Wang
bf0546fbd3
network offering page - Provide Enable/Disable action to system-generated network offerings.
2012-01-31 09:58:25 -08:00
Jessica Wang
52485a3fef
bug 12493: network offering page - implement Edit action.
2012-01-30 18:06:49 -08:00
Jessica Wang
f072899583
network offering page - remove actions from listView since they are already available in detailView.
2012-01-30 17:43:51 -08:00
Jessica Wang
36017cf968
network offering page - change label of isdefault field to be more specific ("created by system")
2012-01-30 17:40:13 -08:00
Jessica Wang
4aaf15a353
bug 12451: add network offering - hide availability dropdown when a Required network offering has existed. Only optional network offerings are allowed to create.
2012-01-30 17:31:36 -08:00
bfederle
8b55d8b1b0
Fix multiEdit string concat for LB name
2012-01-30 17:21:38 -08:00
bfederle
b9caf8652c
bug 12971
...
Allow domain admin to see security groups
2012-01-30 16:36:21 -08:00
bfederle
1562c2fe7a
bug 12984
...
Allow domain admins the same project privileges as ROOT admins
status 12984: resolved fixed
2012-01-30 16:17:53 -08:00
bfederle
472912ad70
bug 12888: Fix update row on stop VM
...
status 12888: resolved fixed
2012-01-30 16:06:27 -08:00
bfederle
a9d427eea6
Remove unneeded success and complete messages
2012-01-30 16:02:07 -08:00
bfederle
b593898fbd
bug 13079
...
Sanitize network offering service list labels
status 13079: resolved fixed
2012-01-30 15:57:30 -08:00
bfederle
d6ef879b44
bug 13148
...
Concatenate LB rule name if length too long
status 13148: resolved fixed
2012-01-30 15:45:08 -08:00
Jessica Wang
8df1cfe087
bug 12869: create network offering dialog - 1. When guestIpType is Shared, hide SpecifyVlan checkbox (pass specifyVlan=true, specifyIpRanges=true to API call).
...
2. When guestIpType is Isolated, show SpecifyVlan checkbox.
If SpecifyVlan checkbox is checked (specifyVlan=true), specifyIpRanges=true.
If SpecifyVlan checkbox is unchecked (specifyVlan=false), specifyIpRanges=false.
3. remove SpecifyIpRanges checkbox.
2012-01-30 15:38:31 -08:00
bfederle
d1b0b0954a
bug 13245: Fix VM listing 'mine' filter when in project
...
status 13245: resolved fixed
2012-01-30 15:03:58 -08:00
Jessica Wang
166ccb45a4
bug 12869: network page - add guest network dialog - add gateway field, netmask field.
2012-01-30 14:59:04 -08:00
bfederle
f940c542a0
Multi-edit: Increase length of poll interval, to prevent choppy UI
2012-01-30 14:55:46 -08:00
bfederle
59bd048b56
bug 13356
...
Clear out sticky/custom data drop-down after adding policy
status 13356: resolved fixed
2012-01-30 14:53:59 -08:00
bfederle
b0b5a7a0d0
Network section: LB/PF fixes
...
-Fix async poll never clearing when creating LB w/ sticky policy
-Append listAll=true to LB/PF listings, to allow admin to alter other
users' rules
2012-01-30 14:45:51 -08:00
Jessica Wang
09dc843a64
bug 12869: network page - add guest network dialog - network offerings dropdown - populate Isolated networks with SourceNat service and specifyvlan is false.
2012-01-30 14:18:42 -08:00
bfederle
fac99b23dc
Network section: VM listing fix
...
Fix admin not being able to assign VMs for port forward/LB to networks
not assigned to them
2012-01-30 13:46:25 -08:00
bfederle
c6a3a63f1f
Fix account column in network listing
2012-01-30 13:40:02 -08:00
bfederle
3cb7453979
bug 12415
...
Don't pass projectID for templates or ISOs, unless listing 'My'
templates/ISOs
status 12415: Resolved fixed
2012-01-30 13:35:11 -08:00
bfederle
cc63a451a7
bug 13288: Concatenate long zone names in dashboard UI
...
status 13288: resolved fixed
2012-01-30 13:26:38 -08:00
Jessica Wang
5b191fe3d1
bug 12869: system page - advanced zone - create guest network - when scope is account-specific, exclude Isolated network offerings with SourceNat service from network offering dropdown.
2012-01-30 12:29:44 -08:00
Jessica Wang
2418423f1d
bug 12869: system page - advanced zone - create guest network - when network offering whose specifyvlan is false is selected, hide VLAN ID field. Show it otherwise.
2012-01-30 12:04:05 -08:00
Jessica Wang
4d6d9584a9
bug 12869: system page - advanced zone - create guest network - when network offering whose specifyIpRanges is false is selected, not pass startIp/endIp to API call.
2012-01-30 11:23:55 -08:00
Jessica Wang
1e38c289aa
bug 12869: system page - advanced zone - create guest network - when selected network offering is Isolated and Specify IP Ranges is false, hide Start IP, End IP field. Show them otherwise.
2012-01-27 17:47:23 -08:00
Jessica Wang
7bb1991c5a
system page - zone detail - guest network - network tab - this tab only shows for advanced zone now. So, remove things related to basic zone in this tab.
2012-01-27 16:34:07 -08:00
bfederle
3b4676d384
bug 12091
...
UI support for adding/removing of VMs from LB rules
status 12091: resolved fixed
2012-01-27 16:27:05 -08:00
Jessica Wang
b8958d52a4
bug 12869: system page - advanced zone - create guest network - network offerings dropdown - when scope is account, display all network offerings regardless of shared/isolated.
2012-01-27 14:29:28 -08:00
Jessica Wang
589dfe511f
bug 12869: (1) create Network Offering dialog - add new checkbox "Sepcify IP Ranges". (2) network offering detail view - add "Sepcify IP Ranges" row.
2012-01-27 13:27:48 -08:00
bfederle
45a8d4e811
bug 13364: Fix security group listing when in projects mode
...
status 13364: resolved fixed
2012-01-27 10:55:47 -08:00
bfederle
83bc7d1c81
Remove UI test data
2012-01-27 09:01:57 -08:00
Jessica Wang
dfdfc3b85a
Add zone wizard - configure public - fix a bug that configureGuestTraffic() was being called more than once when multiple public VLAN IP Ranges are entered in configure public screen.
2012-01-26 17:07:10 -08:00
bfederle
3df53c1324
bug 13285: Fix confirm password validation
...
status 13285: resolved fixed
2012-01-26 16:10:57 -08:00
bfederle
e6f6437afa
Fix syntax errors which break IE7
2012-01-26 15:31:25 -08:00
bfederle
203cdedf87
Fix missing <tr> from list view thead (broke IE7)
2012-01-26 15:00:41 -08:00
Jessica Wang
dfd28b0df8
add zone wizard - seperate addNetscalerDevice code out from configurePhysicalNetwork code. So, addNetscalerDevice can have its own error handling.
2012-01-26 13:22:50 -08:00
Jessica Wang
24a5b70b50
template/ISO page - add one more option "all" that will list all templates/ISOs
2012-01-26 11:34:23 -08:00
bfederle
992b9891d4
bug 13258: Restore showing all zones on dashboard
...
status 13258: resolved fixed
2012-01-26 11:26:24 -08:00
Jessica Wang
9abf040ffa
IP Address page - detail view - configuration tab - use a network's networkOffering's services instead of network's own services to determine whether or not to cross out/disable Firewall, Port Forwarding, Load Balancing icon in configuration chart.
2012-01-26 10:02:08 -08:00
Jessica Wang
df45347f3f
network page - detail view - Add Load Balancer tab - use a network's networkOffering's services instead of network's own services to determine whether or not to show Add Load Balancer tab
2012-01-25 17:46:27 -08:00
Jessica Wang
079eb0f9eb
firewallRuleUiEnabled has been removed from listcapabilitiesresponse API. Here is related UI change. In network page, we now use listnetworksresponse to determine whether or not to show firewall section.
2012-01-25 16:45:47 -08:00
Jessica Wang
df59276eb9
System page - zone detail chart - compute tab - pods listView - JS error "selectedZoneObj is undefined"
2012-01-25 15:38:43 -08:00
Jessica Wang
2ea75da700
Add zone wizard - Basic zone - implement error handling when creating a guest netowrk fails.
2012-01-25 15:20:18 -08:00
Jessica Wang
184ac11d96
Add zone wizard - cluster - hypervisor: VMware - should skip calling addHost.
2012-01-25 14:42:34 -08:00
Jessica Wang
5e5579a210
fix a JS error "args.groupedData is undefined" (which caused "Adding cluster...." message as hanging in last step in new zone wizard)
2012-01-25 14:04:35 -08:00
bfederle
4efd42cac1
Network section: IP address action updates
...
Prompt user to close details/refresh list view after these actions are
performed:
-Enable static NAT
-Disable static NAT
Always do a full refresh after releasing an IP.
2012-01-25 13:58:33 -08:00
bfederle
55b4cfc82a
Support custom action after new panel is selected
2012-01-25 13:58:33 -08:00
bfederle
fd0d08f2cd
Support on completion callback
2012-01-25 13:58:33 -08:00
Jessica Wang
d569f383f9
bug 13313: new zone wizard - skip addHost step if cluster is VMware.
2012-01-25 11:40:37 -08:00
bfederle
029ba147f7
Fix index on sticky API params
2012-01-25 11:32:42 -08:00
bfederle
27e0dfcff9
bug 11798
...
-Support editing/removal of existing sticky session rules
-Cleanup add sticky session param handling
2012-01-25 11:14:37 -08:00
bfederle
f91229886e
bug 13274
...
Fix error handling for zone/quick install wizard
status 13274: resolved fixed
2012-01-25 08:14:39 -08:00
Jessica Wang
fdffe3bce2
IP address page - detailView - after DisableStaticNAT succeeds, empty Virtual Machine row.
2012-01-24 19:10:14 -08:00