108 Commits

Author SHA1 Message Date
Jessica Wang
617cb5a058 cloudStack - pass "forVirtualNetwork=false" when creating IP range for public network in an security-group-enabled (advanced) zone. 2011-08-24 14:22:38 -07:00
Jessica Wang
24edb0071d cloudStack - merge UI change from 2.2.10 branch to master branch. 2011-08-22 14:09:59 -07:00
alena
67d590819e bug 10864: fixed UI to return system Direct Guest network for the Advanced Security Group enabled zone
status 10864: resolved fixed
2011-08-01 12:44:37 -07:00
Jessica Wang
20958fd613 (1) cloudStack - network page - updateNetwork API has been changed from sync to async. Here is related UI change.
(2) cloudStack - network page - Edit Network action - show spinning wheel in action (Edit Network is async now).
2011-07-22 13:46:23 -07:00
Jessica Wang
2f77061434 bug 9579: cloudStack UI - Network page - Update Direct Network - Make "Network Domain" editable if this network includes service "Dns" which includes capability "AllowDnsSuffixModification". 2011-06-17 09:33:41 -07:00
Jessica Wang
96bb76a596 bug 9579: cloudStack UI - Network page - Add Direct Network - add new field "Network Domain". 2011-06-17 09:28:11 -07:00
Jessica Wang
11e9b19780 bug 8950: cloudStack UI - Network page - Add IP Range to Direct Network - don't have to specify "vlan" parameter when Adding IP Range to Direct Network. 2011-06-16 14:04:05 -07:00
Jessica Wang
0fefd9f2ae bug 9265: cloudStack UI - middle menu - set maximum length for first row text and second row text. 2011-06-15 14:55:35 -07:00
Jessica Wang
379713d90d CloudStack - Add Network Dialog - fix a bug that & is missing between isShared parameter and isDefault parameter in createNetwork API call. 2011-06-07 17:21:04 -07:00
Jessica Wang
77c6383db7 cloudStack - Add Network Dialog - correct element ID of tags input field. 2011-06-07 17:14:08 -07:00
Jessica Wang
2a6215abca bug 9959: cloudStack - Add Network Device dialog, Add External Firewall dialog, Add External Load Balancer dialog - encode parameter values before passing them to API. 2011-06-02 17:20:00 -07:00
Jessica Wang
ba3c2499ff cloudStack - Network page - Edit Network - make tags field editable. 2011-06-02 10:32:32 -07:00
Jessica Wang
180b9d49b4 cloudStack - Add Network dialog - add new field "tags". 2011-06-01 18:29:00 -07:00
Jessica Wang
cf9ebb76e7 bug 9604: Network page - implement action "Edit Network" for newly added API "updateNetwork". 2011-05-11 14:51:41 -07:00
Jessica Wang
19282b62d8 bug 9786: zone tree - for basic zone - hide details tab when nothing is in the middle menu (i.e. no public network is in the middle menu). 2011-05-09 17:39:30 -07:00
Jessica Wang
175b74483d bug 9786: zone tree - fix a bug that Add External Firewall button and Add Load Balancer button were missing when clicking between advanced zone and basic zone that has no external firewalls. 2011-05-09 17:29:44 -07:00
Jessica Wang
9f7619f209 bug 9786: zone tree - for basic zone - show public_network_page container when there is no public network in middle menu. 2011-05-09 17:10:42 -07:00
Jessica Wang
d5ccbfee65 bug 9786: zone tree - after addExternalFirewall/deleteExternalFirewall, refresh middle menu and top buttons. 2011-05-09 15:11:15 -07:00
Jessica Wang
165963da42 bug 9786: zone tree - for basic zone - hide public network middle menu item, Add IP Range button if listExternalFirewall returns 0 item. 2011-05-09 14:46:43 -07:00
Jessica Wang
c851253969 cloudStack UI - zone tree - basic zone - add network tab. “Add IP Range” button and “Add Firewall” button are available. 2011-04-27 15:29:03 -07:00
will
b8233a9c4d bug 8831: Added dedicate network to domain support in the 2.2 UI. 2011-03-28 16:23:38 -07:00
Jessica Wang
2f2ea41a0d bug 8636: remove non-used code. 2011-03-03 12:59:46 -08:00
Jessica Wang
c347827193 bug 8636: Network page - Add Network dialog, Add IP Range dialog - change domain dropdown to autoComplete input textbox. 2011-03-01 10:06:45 -08:00
Jessica Wang
a53a07985b bug 8659: deleteNetwork API has been changed from sync to async. Here is related UI change. 2011-02-28 14:28:29 -08:00
Jessica Wang
a680916ce7 bug 8636: advanced search in Network page - change domain dropdown to autoComplete input textbox. 2011-02-28 11:47:25 -08:00
Jessica Wang
ac144e1446 bug 8655: Network page - Add Network dialog - show only 1 option("account-specific") in scope field when zone.securitygroupsenabled is true. 2011-02-25 15:44:43 -08:00
Jessica Wang
6ca037b886 bug 8655: Network page - Direct Network - Add IP Range dialog - when zone.securitygroupsenabled is true, show 3 more fields: VLAN ID, gateway, netmask. Otherwise, hide the 3 fields. 2011-02-25 14:48:26 -08:00
Jessica Wang
81d351368b listNetworkOfferings API has been changed to take in guestIpType parameter instead of trafficType parameter. Here is related UI change. 2011-02-24 16:32:33 -08:00
Jessica Wang
b39bdc6e00 bug 8575: network page - when mouse is over middle menu item, show tooltip related to this middle menu item. 2011-02-17 17:53:39 -08:00
Jessica Wang
2a72d067d5 Network page - implement refresh button on right panel for public network item and direct network item. 2011-02-14 15:28:59 -08:00
Jessica Wang
61bbbfba95 Resource page, Host page, Network page - localize title in all dialog boxes. 2011-02-14 13:13:26 -08:00
Jessica Wang
8bcd5a2934 bug 8244: Network page, Secondary Storage page - all dialogs - hide info_container when clicking Submit button. 2011-02-02 13:17:09 -08:00
Jessica Wang
1667ee173b Network page - external firewall tab, external load balancer tab - show warning message when delete firewall/load balancer action is clicked. 2011-02-01 18:46:46 -08:00
Jessica Wang
3b4965da8a Network page, Pod page - apply new function, bindActionLink(), which solves mouseover issue. 2011-02-01 17:37:46 -08:00
Jessica Wang
cd6e9d0655 Add external firewall, Add external load balancer - new parameter NumberOfRetries, TimeoutInSecond. 2011-01-31 13:50:25 -08:00
Jessica Wang
fb18ba9f0c Network page - External Firewall tab, External Load Balancer tab - API has changed to return individual properties instead of a single URL property. Here is related UI change. 2011-01-31 11:32:54 -08:00
Jessica Wang
cddfd75595 bug 4556: network page - direct network - localize actions. 2011-01-27 19:53:25 -08:00
Jessica Wang
4fcd6dec89 bug 4556: network page - public network - localize all actions. 2011-01-27 19:45:46 -08:00
Jessica Wang
097e432c75 network page - change minimum VLAN ID from 2 to 1. 2011-01-27 19:33:52 -08:00
Jessica Wang
62b036b63d network page - public network - external load balancer tab - parse listExternalLoadBalancers response and dynamically create grid row for each parsing result. 2011-01-25 13:43:16 -08:00
Jessica Wang
6e5c4f3465 network page - public network - external firewall tab - parse listExternalFirewalls response and dynamically create grid row for each parsing result. 2011-01-25 12:04:36 -08:00
Jessica Wang
315df46053 network page - pop up confirmation dialog before execute Delete Network action. 2011-01-24 10:40:25 -08:00
Jessica Wang
e7d0ad3d3a bug 8164: Add Network Dialog - validation of minimum number of VLAN range has been changed from 2 to 1. 2011-01-21 19:54:36 -08:00
Jessica Wang
3941e98dbb bug 8158: Network page - public network - IP Range - add domain, account row. 2011-01-21 14:31:53 -08:00
Jessica Wang
b13f5574ec bug 8012: network page - Add External Firewall dialog - Usage Interface field. 2011-01-14 16:48:35 -08:00
Jessica Wang
e3d7bad1c5 network page - Add External Firewall dialog - add User Interface field. 2011-01-14 15:47:26 -08:00
Jessica Wang
3c6258a0bf Clear right panel after middle menu item is removed from DOM. Otherwise, removed item's content will be populated to right panel again. 2011-01-13 14:27:48 -08:00
Jessica Wang
7e7a5f3e45 cluster page, network page, secondary storage page - not update right panel after an action succeeds since the action might not belong to currently selected middle menu item. 2011-01-13 10:13:41 -08:00
will
866fb132fd bug 7803: Added ability to specify whether a direct network is default or not. 2011-01-11 16:44:50 -08:00
will
c04ee3d85f Removing one more check for networkoffering.type 2011-01-06 18:11:23 -08:00