Jessica Wang
3b9ea8ee4a
CLOUDSTACK-4142: UI > VPC > tier > detailView > edit action > network offering dropdown > get current network offering from listNetworks API response instead of listNetworkOfferings API response.
2013-08-14 11:37:18 -07:00
Jessica Wang
674552269a
CLOUDSTACK-4142: listNetworkOfferings API has been changed to not return system owned network offerings to regular user. Therefore, change VPC tier detailView to get services from listNetworks API response instead of listNetworkOfferings API response.
2013-08-14 11:09:21 -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
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
ed9f7691c7
CLOUDSTACK-4142: UI > remove fieldPreFilter which is no longer in use.
2013-08-12 17:06:01 -07:00
Brian Federle
b79977d328
CLOUDSTACK-3337: Fix replace ACL drop-down for private gateway
2013-07-29 14:42:18 -07:00
Brian Federle
81f7802abe
CLOUDSTACK-3825: Fix start/end port not being passed with protocol number
2013-07-26 12:09:58 -07:00
Brian Federle
585fdd9781
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:29 -07:00
Jessica Wang
f766a9e58d
Format JS
2013-07-19 09:59:28 -07:00
Brian Federle
e92e9884d7
CLOUDSTACK-3002: Fix VLAN ID not being passed on create tier
2013-07-15 11:19:03 -07:00
Brian Federle
633335321d
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:58 -07:00
Brian Federle
62eb115911
CLOUDSTACK-2983: Fix protocol number field passing invalid values
...
Conflicts:
ui/scripts/vpc.js
2013-07-10 15:28:07 -07:00
Brian Federle
18b107b062
CLOUDSTACK-3337: Don't show current ACL list in dropdown
2013-07-08 15:56:31 -07:00
Brian Federle
e535760d9b
VPC JS: Code cleanup
2013-07-08 15:56:26 -07:00
Brian Federle
73786c373a
CLOUDSTACK-3253: Don't allow default ACL lists to be removed
2013-07-08 14:23:18 -07:00
Jessica Wang
3953cbe35e
CLOUDSTACK-3164: UI - VPC section - tier - Internal LB - detailView - add assignVMs action in detailView (will show on Quickview in listView as well).
2013-07-08 11:58:39 -07:00
Brian Federle
b48d99b518
CLOUDSTACK-3170: Support editing ACL rule items
...
Conflicts:
ui/scripts/vpc.js
2013-07-08 11:33:27 -07:00
Brian Federle
3c82e7eb88
ACL item reorder: Fix error message box
2013-07-08 11:10:16 -07:00
Brian Federle
4cd5dfe2ae
CLOUDSTACK-3153: On reorder, only update target ACL item's number
2013-07-08 11:10:11 -07:00
Brian Federle
5304d4973b
ACL UI: Sort ACL items by number
2013-07-08 11:10:11 -07:00
Pranav Saxena
320e3a42a8
CLOUDSTACK-3333: Start port and end port disabled for protocolnumber
2013-07-05 20:28:39 +05:30
Jessica Wang
6ea38bff16
reverts commit 7e96bf5f19 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