Jessica Wang
ed0ac5d15e
CS-14901: cloudstack 3.0 UI - IP Address page - non-SourceNAT IP - when network offering's Conserve Mode is off, hide LoadBalancer when any PortForwarding rule exists, hide PortForwarding when any LoadBalancer rule exists.
2012-05-17 11:31:47 -07:00
Jessica Wang
1a1d7ce185
CS-14901: cloudstack 3.0 UI - IP Address page - non-SourceNAT IP - when network offering's Conserve Mode is off, hide EnableStaticNAT and EnableVPN when any PortForwarding rule or LoadBalancer rule exists.
2012-05-16 17:02:18 -07:00
Jessica Wang
5712c56f0b
CS-14901: cloudstack 3.0 UI - IP Address page - non-SourceNAT IP - when network offering's Conserve Mode is off, hide PortForwarding and LoadBalacer when staticNAT or VPN is enabled.
2012-05-16 16:25:14 -07:00
Jessica Wang
cac21291bd
CS-14901: cloudstack 3.0 UI - IP Address page - non-SourceNAT IP - when network offering's Conserve Mode is off, hide EnableVPN action when staticNAT is enabled, hide EnableStaticNAT action when VPN is enabled.
2012-05-16 13:46:25 -07:00
Jessica Wang
9fb81f239d
CS-14901: cloudstack 3.0 UI - IP Address page - SourceNAT IP - when network offering's Conserve Mode is off, hide LoadBalancer, PortForwarding action in Configuration tab.
2012-05-16 13:46:04 -07:00
Jessica Wang
822c50cdcc
CS-14901: cloudstack 3.0 UI - IP Address page - SourceNAT IP - when network offering's Conserve Mode is off, hide Enable Static NAT, Enable VPN action.
2012-05-16 13:45:39 -07:00
Jessica Wang
3706941010
cloudstack 3.0 UI - IP Address page - args.id is obsolete. Use args.context.ipAddresses[0].id instead.
2012-05-15 16:03:38 -07:00
Jessica Wang
0cda716cf0
cloudstack 3.0 UI - IP Address page - action filter - optimize status handling.
2012-05-15 15:43:43 -07:00
Brian Federle
ecbe959a23
CS-13874
...
If no 'custom' instance name is specified for a VM, use the
'instancename' field instead of 'displayname' for the label in PF/LB
UI.
2012-05-14 13:53:54 -07:00
bfederle
44d04fd58e
IP addresses: fix for projects + port forwarding
...
-Port forwarding: only show VMs of the IP's owner
-Don't pass account/domain ID for acquire IP address and list VMs for
static NAT/PF/LB
2012-05-10 17:05:20 -07:00
bfederle
a491a6ee35
CS-14797
...
Pass IP address's account + domainid for listing VMs on PF/LB/Static
NAT. This prevents an admin from attaching one user's VM to another
user's IP address.
2012-05-10 16:30:26 -07:00
Jessica Wang
3d0811ecb7
cloudstack 3.0 UI - IP Address page - listView - remove dummy filter.
2012-05-07 15:38:26 -07:00
Jessica Wang
21ebf03ea1
cloudstack 3.0 UI - infrastructure page - guest traffic type - network tab - fix a bug that clicking a network that doesn't belong to current login user would show spinning wheel forever in detailView.
2012-04-24 12:14:15 -07:00
Jessica Wang
84d439f3cb
bug 14476: cloudstack 3.0 UI - IP address page - VPN tab - fix a bug that newly added VPN users didn't show up on UI when owner of IP Address is different from current login.
2012-04-13 21:10:34 -07:00
Jessica Wang
f4bd2fb654
cloudstack 3.0 UI - security group - ingress rule - fix a bug that Account, Security group failed to be translated.
2012-04-11 17:28:07 -07:00
Jessica Wang
d290296060
bug 14418: cloudstack 3.0 UI - network - security group - after remove action completes, close detailView and remove corresponding row from listView.
2012-04-11 16:17:36 -07:00
Brian Federle
a2b82de0e6
bug CS-14419
...
Add error handling for delete security group action
status CS-14419: resolved fixed
2012-04-11 11:51:51 -07:00
frank
72d284de7d
Switch to Apache license
2012-04-03 04:54:14 -07:00
Brian Federle
c15f58624e
bug 14556: Add missing page + pageSize params to PF/LB list view
2012-03-30 14:54:05 -07:00
Jessica Wang
07466f8c53
bug 14532: cloudstack 3.0 UI - IP Address page - StaticNAT IP - configuration - clicking Firewall - show Firewall multiEdit screen instead of NAT Port Range screen because createIpForwardingRule/deleteIpForwardingRule/listIpForwardingRules API are obsolete in cloudstack 3.0
2012-03-29 11:52:24 -07:00
Jessica Wang
4d014786b6
Revert - bug 14532: cloudstack 3.0 UI - IP Address page - StaticNAT IP - NAT Port Range - protocol dropdown - add ICMP option
2012-03-28 20:24:52 -07:00
Jessica Wang
aff92112c2
bug 14532: cloudstack 3.0 UI - IP Address page - StaticNAT IP - NAT Port Range - protocol dropdown - add ICMP option
2012-03-28 19:31:51 -07:00
Jessica Wang
68ce66ef78
bug 14482: IP Address page - remove IP action - after action is finished, remove the IP from listView and close detailView.
2012-03-26 15:05:56 -07:00
Jessica Wang
6467dc486b
bug 14474: cloudstack 3.0 UI - network page - configuration - Load Balancer, Port Forwarding - "instancename" is not returned by API for normal user and domain admin. Should use "displayname" returned by API instead.
2012-03-23 12:15:34 -07:00
Jessica Wang
f486cef0d6
cloudstack 3.0 UI - network page - detail view - pass listAll=true for now until API is fixed.
2012-03-21 16:31:01 -07:00
Brian Federle
643f54c127
bug 14351: Show VM name in PF, instead of UUID
...
status 14351: resolved fixed
2012-03-21 10:27:29 -07:00
Brian Federle
49f0960de1
Remove trailing comma
2012-03-21 09:56:33 -07:00
Brian Federle
0d3b8191b4
UI: Better load balancer / multi-edit item naming
...
Currently, the items listed under the load balancer always use .name as
the field to display for the VM name.
Since 'instancename' is now used for the user-friendly name field,
_itemName metadata attribute can be specified in the rule's data
provider to tell which field should be rendered as the name field in the
list.
2012-03-21 09:56:33 -07:00
Brian Federle
52fcc20b59
Fix admin not being able to view users' network details
2012-03-21 09:56:33 -07:00
bfederle
2a653782db
bug 14352: Fix LB instance naming
...
status 14352: resolved fixed
2012-03-20 16:29:16 -07:00
Jessica Wang
e980263c5f
cloudstack 3.0 UI - network page, infrastructure page - guest network - restart network action - Hide "clean up" checkbox if it's Basic zone. Show "clean up" checkbox if it's Advanced zone.
2012-03-13 16:55:34 -07:00
Jessica Wang
41352a5464
cloudstack 3.0 UI - network page - IP Address detail page - remove duplicate info - network name and network type are already in parent page (network page).
2012-03-13 16:29:51 -07:00
Jessica Wang
9066e995d1
cloudstack 3.0 UI - network page, infrastructure page - guest network - restart network action - uncheck and gray out "clean up" checkbox if it's Basic zone. Check and enable the checkbox if it's Advanced zone.
2012-03-13 16:16:55 -07:00
Jessica Wang
315430785d
cloudstack 3.0 UI - guest network - show Edit action for Isolated network. Show Restart action for all networks.
2012-03-13 15:15:18 -07:00
Jessica Wang
7ec7484662
cloudstack 3.0 UI - IP Address page - retrieving data for detailView - no need to pass listAll parameter to listPublicIpAddresses API. Passing id parameter is enough.
2012-03-12 14:12:26 -07:00
Jessica Wang
6962ad9c49
Network page - Add guest network dialog - network offering dropdown - pass guestiptype instead of type to listNetworkOfferings API.
2012-03-08 10:02:34 -08:00
bfederle
08bc9d0e44
UI: Networks section fix
...
Fix broken detail view when viewing other users' networks as admin
2012-03-02 11:07:12 -08:00
Jessica Wang
0441508e19
delete account, delete network offeirng, delete guest network - use 'remove' instead of 'destroy' since their definitions have been switched. [reviewed-by: Brian]
2012-03-01 16:58:57 -08:00
Jessica Wang
23a5cf2570
Network page - detail view - make API call to refresh data when Refresh button is clicked. [reviewed-by: Brian]
2012-03-01 11:35:59 -08:00
Jessica Wang
50b7830ee3
bug 13971: network page - create network - pass new API parameter zoneId to listNetworkOfferings API. [Reviewed-by: Brian]
2012-02-23 17:04:05 -08:00
Brian Federle
30f968e137
bug 13922
...
-Fix enable static NAT never completing if detail view was not visible
-- caused by JS error in widget
-If detail view isn't visible anymore, don't show post-enable/disable
NAT dialog which refreshes list view
status 13922: resolved fixed
reviewed-by: jessica
2012-02-22 12:06:38 -08:00
Brian Federle
276bb962b7
UI updates/fixes
...
reviewed-by: jessica
Navigation organizational changes
-Rename 'System' -> 'Infrastructure'
-Rename 'service offering' -> 'compute offering'
(including all associated labels)
-Rename 'Configuration' -> 'Service Offerings'
-Move hypervisor capabilities under global settings
-Rename 'Compute' -> 'Compute and storage'
-Make tab width flexible, to support longer labels
-bug 13920: Fix static NAT rule listing
-Fix typo
2012-02-21 19:14:26 -08:00
Jessica Wang
bbd7e23a6a
IP Address page - iselastic field has been renamed to issystem at server-side. Here is related UI change. [reviewed-by: Brian]
2012-02-21 16:23:01 -08:00
Brian Federle
bad588377c
bug 13918
...
Don't show VPN actions if IP's network's offering doesn't support VPN
status 13918: resolved fixed
reviewed-by: jessica
2012-02-21 15:41:12 -08:00
Brian Federle
97cd66e532
bug 13675
...
Hide unused text fields for ICMP vs TCP selection
status 13675: resolved fixed
reviewed-by: jessica
2012-02-21 13:45:23 -08:00
Jessica Wang
5328076529
bug 13864: IP Address page - add new field Purpose (only shown in Basic zone) [reviewed-by: Brian]
2012-02-20 10:23:02 -08:00
Jessica Wang
7029b74915
bug 13800: remove restriction that only sourceNAT IP can show VPN tab. [reviewed-by: Brian]
2012-02-18 21:43:10 -08:00
Brian Federle
107e4a403e
bug 13793
...
Fix show security group dropdown/listing in project view
status 13793: resolved fixed
reviewed-by: jessica
2012-02-17 15:19:42 -08:00
Brian Federle
4036b342ab
bug 13726
...
Don't show destroy action on network details for shared networks or
networks w/o Source NAT service
status 13726: resolved fixed
reviewed-by: jessica
2012-02-17 14:56:18 -08:00
Brian Federle
2f23bdf54a
bug 13727
...
Show network offering name (read-only) for shared network types (i.e.,
in basic zone)
status 13727: resolved fixed
reviewed-by: jessica
2012-02-17 14:33:04 -08:00