164 Commits

Author SHA1 Message Date
Brian Federle
1a8270d9f4 CLOUDSTACK-3825: Fix start/end port not being passed with protocol number 2013-07-26 12:09:40 -07:00
Brian Federle
bcfe4c2e99 CLOUDSTACK-3153: Fix numbering of ACL items
Re-number dragged items in increments of ten, and use an average of
the previous and next number, so that multiple reorders can occur
before conflicts happen.
2013-07-24 11:04:40 -07:00
Ian Duffy
ad69bc8da3 Format JS 2013-07-18 12:34:20 -04:00
Brian Federle
841e761904 CLOUDSTACK-3002: Fix VLAN ID not being passed on create tier 2013-07-15 11:19:26 -07:00
Brian Federle
73cd064e51 CLOUDSTACK-2779: Fix ACL rule protocol number field
-Fix protocol number field not passing start/end port

-Fix protocol number for ACL rule 'edit' form
2013-07-10 16:47:47 -07:00
Brian Federle
ef7d2740bd CLOUDSTACK-2983: Fix protocol number field passing invalid values 2013-07-10 15:27:03 -07:00
Brian Federle
a876a575dd CLOUDSTACK-3337: Don't show current ACL list in dropdown 2013-07-08 15:53:14 -07:00
Brian Federle
0fc47c215f VPC JS: Code cleanup 2013-07-08 15:53:14 -07:00
Brian Federle
33b6e304c2 CLOUDSTACK-3253: Don't allow default ACL lists to be removed 2013-07-08 14:22:50 -07:00
Brian Federle
cbfb4e3976 ACL item reorder: Fix error message box 2013-07-08 11:08:52 -07:00
Brian Federle
c94cb0fc41 CLOUDSTACK-3153: On reorder, only update target ACL item's number 2013-07-08 10:58:04 -07:00
Brian Federle
1b86759f7a ACL UI: Sort ACL items by number 2013-07-08 10:57:20 -07:00
Pranav Saxena
2d6301970e CLOUDSTACK-3333: Start port and end port disabled for protocolnumber 2013-07-05 18:19:07 +05:30
Jessica Wang
1bdb80a20b CLOUDSTACK-3164: UI - VPC section - tier - Internal LB - detailView - add assignVMs action in detailView (will show on Quickview in listView as well). 2013-07-02 16:16:51 -07:00
Brian Federle
41a8cc7c69 Multi-edit: edit rule UI: fix regression and restore functionality 2013-07-01 14:35:10 -07:00
Jessica Wang
6ea38bff16 reverts commit 7e96bf5f1989f43db969ee026e34ae96efa54cf0 which causes regression of CreateAccount dialog. 2013-06-27 09:50:57 -07:00
Brian Federle
7e96bf5f19 CLOUDSTACK-3170: Support editing ACL rule items 2013-06-26 12:28:37 -07:00
Jessica Wang
6fdd0eea1b CLOUDSTACK-3121: UI > VPC dashboard - fix a bug that showed wrong count number of private gateways. 2013-06-25 16:44:37 -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
Jessica Wang
fc93b68738 CLOUDSTACK-3171: UI > VPC > add private gateway dialog - fix ACL dropdown to only show ACL that belong to the VPC. 2013-06-25 15:46:03 -07:00
Jessica Wang
6a711fc682 CLOUDSTACK-3165: UI > VPC page - Configure VPC chart - pass associatednetworkid instead of networkid to listPublicIpAddresses API. 2013-06-25 11:43:53 -07:00
Jessica Wang
af91a8ac8d CLOUDSTACK-3166: UI - VPC section - configure VPC - tier - STATIC NATS - fix a bug that listView showed nothing. 2013-06-24 16:37:22 -07:00
Mice Xia
5e56e43e31 fix CLOUDSTACK-2930, exception while applying ACL rule with protocol as ALL.
1) change UI, disable startport and endport when protocol=All
2) validate parameters for API createNetworkACL
2013-06-14 13:19:07 +08:00
Brian Federle
c37d3d818c VPC UI / Internal LB: Fix typo 2013-06-13 12:58:20 -07:00
Jessica Wang
5541785827 CLOUDSTACK-747: Internal LB detailView - Assigned VMs tab - Assign VMs action - Select VM view - refresh assignedVMs data by API call when popping up Select VM view. 2013-06-06 16:07:49 -07:00
Jessica Wang
9a175f9306 CLOUDSTACK-747: Internal LB detailView - Assigned VMs tab - Assign VMs action - listView will be freshed in widget level after action is done. Therefore, remove refresh from application level. 2013-06-06 11:49:50 -07:00
Jessica Wang
62025632f9 CLOUDSTACK-747: Internal LB detailView - Assigned VMs tab - add source port, instance port to listView. 2013-06-06 10:55:12 -07:00
Jessica Wang
bdb5997cfc CLOUDSTACK-747: Internal LB detailView - Assigned VMs tab - Assign VMs action - fix a bug that select VM view failed to show VMs. 2013-06-06 10:45:29 -07:00
Pranav Saxena
9889ead370 Passing number in the create ACL API 2013-06-06 16:17:03 +05:30
Pranav Saxena
96a92a23ec Code structure problem while filter out lbschemes 2013-06-06 16:15:14 +05:30
Pranav Saxena
4c397da8f6 Adding rule number field to ACL rule to make it AWS compatible 2013-06-06 14:07:12 +05:30
Jessica Wang
bdada27416 CLOUDSTACK-747: Internal LB detailView - Assigned VMs tab - Assign VMs action - trigger a refresh for the listView after action is finished. 2013-06-05 17:20:17 -07:00
Jessica Wang
5a6437749e CLOUDSTACK-747: UI - Internal LB detailView - remove AssignVM action in Details Tab (which has been replaced with the one in Assigned VMs tab). 2013-06-05 17:07:23 -07:00
Jessica Wang
42a549e420 CLOUDSTACK-747: UI - Internal LB detailView - Assigned VMs tab - Assign VMs action - exclude assigned VMs from custom listView dialog. 2013-06-05 17:00:33 -07:00
Brian Federle
21a6271914 VPC UI, internal LB: Fix assignedVMs actions 2013-06-05 16:20:21 -07:00
Jessica Wang
404c7e0dfd CLOUDSTACK-747: UI - Internal LB detailView - Assigned VMs tab - implement AssignVMs action. 2013-06-05 14:06:59 -07:00
Brian Federle
5c6017e2ec CLOUDSTACK-2844: VPC UI: Disable LB links if not supported on tier 2013-06-05 13:49:50 -07:00
Jessica Wang
bea3f44144 CLOUDSTACK-747: UI - Internal LB detailView - Assigned VMs tab - implement Remove from LB action. 2013-06-05 13:43:51 -07:00
Jessica Wang
ee5f3d7266 CLOUDSTACK-747: UI - Internal LB detailView - change Assigned VMs tab to a listView. 2013-06-05 13:17:18 -07:00
Pranav Saxena
53fd2ee5dc fixing a missing bracket 2013-06-05 23:55:43 +05:30
Pranav Saxena
11a25b3b9a Providing acl id option while creating a tier 2013-06-05 16:42:31 +05:30
Pranav Saxena
f4a7f12185 Passing vpcid to the listNetworkACLLists API while replacing an acl list 2013-06-05 16:26:47 +05:30
Pranav Saxena
e8629c00fa not displaying acl id on the tier detail view 2013-06-05 16:19:05 +05:30
Jessica Wang
9f564fc77f CLOUDSTACK-747: internal LB in VPC - internalLB detailView - implement Delete Internal LB action. 2013-06-04 13:58:34 -07:00
Brian Federle
eaea724044 VPC UI: Fix dashboard totals for admin viewing user VPCs 2013-06-04 13:37:27 -07:00
Brian Federle
a3b3753da3 VPC UI, chart: Color connector lines for tiers w/ public network 2013-06-04 09:00:54 -07:00
Pranav Saxena
00715c9b86 Displaying ACL name as None if acl is not associated with a tier 2013-06-04 20:22:02 +05:30
Brian Federle
acc71fb735 CLOUDSTACK-766: Support assigning VLAN ID to network
On add network form, if selected network offering has
specifyVlan=true, show VLAN text field.
2013-06-03 11:45:28 -07:00
Pranav Saxena
35f2dc6e52 changing vpc_id to vpcid 2013-06-03 15:42:55 +05:30
Jessica Wang
8deeb90a6d CLOUDSTACK-2746: UI - InternalLB - VPC section - tiers - add tier dialog - network offering dropdown - exclude PublicLb network offerings only when PublicLb networks exists (i.e. LB network whose provider is VpcVirtualRouter or Netscaler exists). 2013-05-31 15:35:24 -07:00