Commit Graph

389 Commits

Author SHA1 Message Date
Wei Zhou
e0b87cfb75 CLOUDSTACK-5481: fix ui bug when regular user add isolated network 2013-12-13 15:08:02 +05:30
Wei Zhou
2fc1161e56 CLOUDSTACK-5310: fix issue: offering display twice in dropdown when create network
(cherry picked from commit 6ab27267be)
2013-11-29 11:18:12 +01:00
Jessica Wang
5e9dea1fc5 CLOUDSTACK-5048: UI > VPC section > Create Load Balancing rule > hide Autoscale button since Autoscale is not supported in VPC. 2013-11-06 11:36:13 -08:00
Jessica Wang
648f10401f CLOUDSTACK-5048: UI > Create Load Balancing rule > hide Autoscale button if LB provider is not Netscaler since Autoscale is only supported on Netscaler, but not on other provider like VirtualRouter. 2013-11-05 15:11:05 -08:00
Brian Federle
5721cfdc6b multiEdit: extend field hide/show functionality
-Support passing isHidden option as closure, for conditional hide/show
 based on context

-Adds new option format for isHidden option:

return false == show field and all columns (default)
return true == hide only header and form column
return 2 == hide header and form, as well as returned item column -- these
item columns will be skipped over entirely, not just hidden
2013-11-05 14:37:31 -08:00
Wei Zhou
743eed8771 CLOUDSTACK-4987: only shared network and isolated network with same account can be assigned to a VM 2013-10-31 11:27:56 +01:00
Wei Zhou
46e4cfd3c3 CLOUDSTACK-4831: allow create network by domain admin 2013-10-30 15:12:32 +01:00
Brian Federle
be99da8d64 Network details: remove font tag from field value
Embedded HTML is not supported in detail view results,
so remove embedded font tag to prevent the tag characters from being displayed.
2013-10-24 11:46:05 -07:00
Jessica Wang
7d303d9868 cloudstack UI: IP Addresses page > change logic of hiding/showing Acquire New IP button since args.context does contain networks property even it's from VPC section. 2013-10-18 11:56:19 -07:00
Jessica Wang
8a0ae4a038 UI > Network > VPC > Configure VPC > Router > Public IP Addresses > fix criteria that determines what action to show/hide on VPC IP (different from Isolated Network IP). 2013-10-17 13:21:47 -07:00
Jessica Wang
90aa2f2e3f CLOUDSTACK-4672: UI > Network > details tab > add new field "broadcasturi" to show Primary VLAN, Secondary Isolated VLAN. 2013-10-07 11:30:31 -07:00
Jessica Wang
0bdbb9e72f CLOUDSTACK-4713: EIP/ELB Basic Zone: UI > Network > IP Addresses > make extra API call to get IPs allocated at guest network. 2013-09-19 18:34:42 -07:00
Jessica Wang
e81a2b4ff2 CLOUDSTACK-4713: UI > EIP/ELB Basic Zone - fix a bug that IPs that are acquired are not showing in listView of IP Addresses page under Network menu. 2013-09-19 16:47:16 -07:00
Jessica Wang
cae8b39b43 CLOUDSTACK-4662: UI > Network > IP Address > select a portable IP Address > Port Forwarding > VM grid - select a VM - dropdown of VM NIC IP appears - dropdown option value is networkID + VmGuestIp, split it and pass only VmGuestIp to API call. 2013-09-12 19:21:13 -07:00
Brian Federle
b7b0fcbd8c CLOUDSTACK-4460: VPC list UI: Truncate long values to prevent overflow. 2013-08-22 14:56:01 -07:00
Jessica Wang
dabc071a16 CLOUDSTACK-3464: UI > VPC > Router > Public IP Addresses > detailView - fix associated network name. 2013-08-19 11:36:57 -07:00
Jessica Wang
63e73ca94e CLOUDSTACK-2989: UI > Networks menu > Add Isolated Network dialog > network offering dropdown > populate network offerings whose specifyvlan=false to normal user. 2013-08-15 14:26:29 -07:00
Jessica Wang
e50eb3deff CLOUDSTACK-4142: UI > remove fieldPreFilter() that is not in use any more. 2013-08-14 10:38:49 -07:00
Jessica Wang
4161303060 CLOUDSTACK-4142: UI > Network > VPC > configure > Router > Public IP Addresses > Configuration tab > use networkofferingconservemode to determine which action to show only when IP is attached to a tier(network). 2013-08-13 18:18:01 -07:00
Jessica Wang
6e423784c9 CLOUDSTACK-4142: UI > VPC > IP Address > get service list from listNetworks API response instead of listNetworkOfferings API response. 2013-08-13 17:55:36 -07:00
Jessica Wang
36cd824ba7 CLOUDSTACK-4111: UI > IP Address page > Associate New IP dialog - show/hide cross zone dropdown upon region "Local" in listRegions API response. 2013-08-13 15:12:46 -07:00
Jessica Wang
4520a01777 CLOUDSTACK-4142: listNetworkOfferings API has been changed to not return system-owned network offerings to regular user. conservemode property was just added to listNetworks API response. Change IP Address page to get conservemode from listNetworks API instead of listNetworkOfferings API. 2013-08-12 18:11:59 -07:00
Jessica Wang
ed9f7691c7 CLOUDSTACK-4142: UI > remove fieldPreFilter which is no longer in use. 2013-08-12 17:06:01 -07:00
Jessica Wang
36a70f471a CLOUDSTACK-4142: UI > IP Address page > configuration tab > filter - remove duplicate code. 2013-08-12 17:02:11 -07:00
Jessica Wang
d72ae0326c CLOUDSTACK-4111: UI > IP Addresses page > Associate New IP dialog - show/hide cross zone dropdown upon new property "portableipserviceenabled" in listRegions API response. 2013-08-12 15:07:10 -07:00
Jessica Wang
d67b4d085e CLOUDSTACK-4142: listNetworkOfferings API has been changed to not return system-owned network offerings to regular user(domain user). This API change causes several UI bugs. Change UI to determine whether an IP Address has VPN service upon listNetworks API response instead of listNetworkOfferings API response. 2013-08-11 18:16:46 -07:00
Jessica Wang
e6d03f2322 CLOUDSTACK-4142: listNetworkOfferings API has been changed to not return system-owned network offerings to regular user(domain user). This API change causes several UI bugs. Change Edit Network action, Configuration tab of IP Address detailsView, to get network services from listNetworks API response instead of listNetworkOfferings API response. 2013-08-09 15:51:46 -07:00
Jessica Wang
aa8d56652d CLOUDSTACK-4142: listNetworkOfferings API has been changed to not return system-owned network offerings to regular user(domain user). Therefore, change UI to determine whether a network has EIP service/capability upon listNetworks API response instead of listNetworkOfferings API response. 2013-08-08 17:16:47 -07:00
Jessica Wang
2be315b9d7 CLOUDSTACK-4069: listNetworkOfferings API has been changed to not return system-owned network offerings to regular user(domain user). Therefore, change UI to determine whether a network is EIP/ELB upon listNetworks API response instead of listNetworkOfferings API response. 2013-08-08 16:25:23 -07:00
Brian Federle
9df9d99195 CLOUDSTACK-3268: Support transfer of portable IP
Allow UI to implicitly transfer portable IP, through enabling static
NAT on a VM/NIC from another cross-zone network.
2013-08-07 16:17:16 -07:00
Brian Federle
d1ede5430c CLOUDSTACK-2340: Display service state for health-checked VMs 2013-08-05 11:45:20 -07:00
Brian Federle
0014381f38 CLOUDSTACK-2944: Fix typo in addIpToNic dialog 2013-07-31 10:35:15 -07:00
Jessica Wang
8d98cc2b12 CLOUDSTACK-3789: UI - specify type when making API calls. 2013-07-24 12:22:19 -07:00
Jessica Wang
f766a9e58d Format JS 2013-07-19 09:59:28 -07:00
Jessica Wang
ea7f66c362 CLOUDSTACK-3563: UI > Network menu > Guest Network section > search box in listView was shoved out of original place after new button "Add guest network" was added. Fix it by shorten label of "Add Isolated guest network with SourceNAT" button. 2013-07-16 13:58:48 -07:00
Jessica Wang
f37877dc9b CLOUDSTACK-3563: UI > Network menu > Guest Netework section > provide "Add Guest Network" option where root-admin can create shared networks from. 2013-07-16 13:39:13 -07:00
Jessica Wang
774141a9dc CLOUDSTACK-3130: UI > VPC section - Enable Static NAT - Select VM for static NAT- show no VMs when no tier is selected. 2013-06-25 16:36:42 -07:00
Wei Zhou
aac922450c CLOUDSTACK-3143: add response in the response string (ui change) 2013-06-24 09:18:41 +02:00
Jessica Wang
2d10ae7580 CLOUDSTACK-3016: UI - (1) remove obsolete code that pass zonetype to API calls. (2) network menu: use listZones&networktype=Advanced to determine which section to show. 2013-06-19 11:52:18 -07:00
Jessica Wang
a2c7d3a8a7 CLOUDSTACK-869: Add VPC dialog - add Public LB Provider dropdown, remove VPC Offering dropdown. When Public LB Provider is selected as Netscaler, pass "Default VPC offering with Netscaler" to createVPC API. When Public LB Provider is selected as VpcVirtualRouter, pass "Default VPC Offering" to createVPC API. 2013-06-17 10:58:58 -07:00
Jessica Wang
4fce6448e6 CLOUDSTACK-2021: UI - Network menu - listView - add IPv6 CIDR field. 2013-06-10 16:59:15 -07:00
Jessica Wang
a59067e94f CLOUDSTACK UI - network menu - create guest network dialog - change label. 2013-06-10 13:43:07 -07:00
Pranav Saxena
5233e3216b CLOUDSTACK-869:Netscaler support as an external LB provider 2013-06-07 16:53:32 +05:30
Pranav Saxena
bcc5baa163 CLOUDSTACK-869:Netscaler support as an external LB provider:front end 2013-06-07 16:23:44 +05:30
Brian Federle
dfdb8a967e CLOUDSTACK-1742: Better text labels for secondary IP UI 2013-06-04 16:06:48 -07:00
Brian Federle
e883526449 CLOUDSTACK-1763: Better confirm message for acquire NIC IP 2013-06-04 15:25:50 -07:00
Brian Federle
317c8e0606 CLOUDSTACK-2185: Display VM IP on PF multi-edit 2013-06-04 15:03:28 -07:00
Jessica Wang
7e8d19963d CLOUDSTACK-2842: UI - fix a JS error "elems is undefined" when popping up a dialog box that has zone dropdown and there is no zone created yet. 2013-06-04 14:22:47 -07:00
Brian Federle
c190b05057 CLOUDSTACK-2185: Allow custom 'ipaddr' argument when creating NIC IP 2013-06-04 14:04:43 -07:00
Brian Federle
d8f81fe14d CLOUDSTACK-2205: Hide egress tab for shared networks 2013-06-04 13:46:19 -07:00