Brian Federle
2bb5cb024f
multiEdit widget: Support field pre-filter
...
If adding a 'fieldPreFilter' option to a multiEdit, the returned array
specifies field IDs to be hidden.
2012-11-16 10:56:45 +05:30
Brian Federle
bbfb13a1d9
Merge Autoscaler UI implemetation
...
This change includes the new dialog box for the CloudStack Autoscaler
implementation. It is accessible by a button ('Autoscaler') that
appears under each LB rule.
This also contains changes to the multiEdit widget to support features
required for Autoscaler:
-Fixes context/data passing to custom button widgets
-Fixes data retrieval for select fields
2012-11-16 10:56:45 +05:30
Jessica Wang
bcd60dab09
CLOUDSTACK-496: cloudstack UI - zone wizard - replace Isolation mode VLAN/SecurityGroup radio buttons with one single checkbox SecurityGroup.
2012-11-15 15:52:28 -08:00
Jessica Wang
57aeb17a5f
CLOUDSTACK-495: cloudstack UI - template page - delete template/ISO - fix a JS error "cloudStack.context.projects is null"
2012-11-15 15:50:01 -08:00
Brian Federle
27fcb788e9
Instance wizard UI: Support conditional hide/show of add network box
...
Adds new function 'showAddNetwork' to instance wizard configuration,
which conditionally hides the 'add network form' on the select network
step. If it returns true, then show the box, otherwise false hides it.
2012-11-15 12:16:42 -08:00
Brian Federle
83229aa460
Zone wizard UI: Change isolation mode selection
...
-Remove VLAN + SG radio buttons; replace with 'Security groups'
checkbox
-Pass boolean 'zone.sgEnabled' to zoneWizard action handler, instead of
'zone.isolationMode' from before.
2012-11-15 11:42:00 -08:00
Jessica Wang
9d7f48c40d
CLOUDSTACK-485: cloudstack UI - zone wizard - Hide Guest Traffic Step(VLAN Range field) when Advanced/SecurityGroup is selected. Show it when Advanced/VLAN is selected.
2012-11-14 14:43:04 -08:00
Jessica Wang
60cec46333
CLOUDSTACK-484: cloudstack UI - zone wizard - Hide Guest CIDR field when Advanced/SecurityGroup is selected. Show it otherwise.
2012-11-14 14:39:54 -08:00
Brian Federle
d1fb2f7634
Revert "CLOUDSTACK-483: Disable 'update' tab when host updates aren't supported"
...
Reverting because host update feature isn't supported under CS
This reverts commit 7f905cd94a273696d8f6d3fb405e7fee70998c6a.
2012-11-14 10:39:40 -08:00
Brian Federle
7f905cd94a
CLOUDSTACK-483: Disable 'update' tab when host updates aren't supported
2012-11-14 10:29:35 -08:00
Jessica Wang
9f8d1e0048
CLOUDSTACK-477: cloudstack UI - zone wizard - When Advanced/SecurityGroup is selected, pass forVirtualNetwork=false to createVlanIpRange API.
2012-11-13 16:59:48 -08:00
Jessica Wang
5122cb9553
CLOUDSTACK-476: cloudstack UI - create network offering - Supported Source NAT type dropdown - set "Per zone" as default option.
2012-11-13 16:47:43 -08:00
Jessica Wang
0f7266767e
CLOUDSTACK-475: cloudstack UI - create network offering - Hide VPC checkbox when Guest Type is Shared. Show it when Guest Type is Isolated.
2012-11-13 16:44:02 -08:00
Brian Federle
70a5a22329
Network list view: Fix incorrect 'acquire new ip' message from appearing
...
Fixes issue where global flag was sometimes causing the confirm
message to be incorrect for non-VPC acquire IP action.
Conflicts:
ui/scripts/network.js
2012-11-13 10:52:32 -08:00
Brian Federle
456202162c
Detail view/list view: Pass context to confirm messages
2012-11-13 10:52:32 -08:00
Jessica Wang
792c6c0082
CS-16749: cloudstack UI - create network offering - show LB Isolation dropdown when LB is selected and provider is external device regardless of Guest Type(Isolated/Shared)
2012-11-13 10:49:11 -08:00
Jessica Wang
442fff1dfd
CS-16777: cloudstack UI - create network offering dialog - Associate IP checkbox should show when elastic IP (NOT elastic LB) is selected.
2012-11-13 10:20:08 -08:00
Jessica Wang
2f27746d71
CS-16802: cloudstack UI - Zone Wizard - add "Isolation Mode" (VLAN, Security Group) under advanced zone option.
2012-11-13 10:19:36 -08:00
Brian Federle
29978bdb81
CS-16802: Add isolation mode drop-down to zone wizard
...
-Adds new radio button pair, 'isolation mode' under Advanced zone
select, allowing selection of isolation mode
-Isolation mode is disabled if 'Basic' zone is selected
-Pass isolation mode via new property 'zone.isolationMode'
2012-11-09 14:38:46 -08:00
Brian Federle
8ed3788ade
CS-16736: Remove 'mode' field from add SRX form
2012-11-09 09:40:53 -08:00
Brian Federle
e73634733b
CS-16737: Restore show tooltip on focus
2012-11-08 11:29:30 -08:00
Brian Federle
d24f057ff0
CS-16737: Fix tooltip alignment; allow attaching to parent element
...
Fixes issue where tooltip overlaps form due to variable input
widths. To fix, a new option 'attachTo' can be specified, which will
attach to the closest parent element matching the option's selector.
2012-11-08 11:29:19 -08:00
Pranav Saxena
4cb08a3d37
CLOUDSTACK-459:[Optional Public IP assignment for EIP with Basic Zone] Associate IP Checkbox in Create Network Offering Dialog is Displayed When Elastic LB is Selected
2012-11-09 00:44:53 +05:30
Pranav Saxena
9547a2f86e
CS-16748:Add Network Resource Dialog Shows Inline Mode Configuration Option for Virtual Router as the Firewall Provider
2012-11-08 17:13:39 +05:30
Pranav Saxena
dcdf35fc1e
Network offering details: Service providers are not displayed anywhere:Modifying the code structure for map loop to retrieve the list of service providers in the form of key-value pairs
2012-11-08 16:17:34 +05:30
Pranav Saxena
fda31ab4b7
CS-16767:Add VM's option is not visible while creating Load Balancing Rules with Netscaler [ Basic EIP and ELB Offering]
2012-11-08 14:05:16 +05:30
Pranav Saxena
23247e0530
CS-16714:Updgrading a network that has Network offering SRX/F5 inline mode to a network offering that has all service provided by VR does not give proper error message if user selects yes when UI prompts Do you want to keep the current guest network CIDR unchange
2012-11-08 12:20:58 +05:30
Pranav Saxena
6c30700fa4
CS-16737:When Registering templates OK button is hidden completely by the helper text that is provided when user selects Featured
2012-11-07 11:31:01 +05:30
Jessica Wang
5b78686474
CS-16718: cloudstack UI - Infrastructure page - zone detail - physical network - guest (configure) - Networks tab - create network dialog - network offering dropdown - when scope is account or project, show all network offerings including the ones that has SourceNat service.
2012-11-06 11:14:12 -08:00
Pranav Saxena
2add554a6a
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
2012-11-06 13:40:00 +05:30
Pranav Saxena
b67cd923d1
CS-16752:Mode option need to be removed whiile adding Netscaler Device
2012-11-06 13:32:43 +05:30
Jessica Wang
126b4b5790
CS-16483: cloudstack UI - template page, ISO page - delete action is available if template/ISO and the login user is under the same project.
2012-11-05 16:34:07 -08:00
Brian Federle
13f286158b
Disable egress UI, for now
2012-11-05 15:42:11 -08:00
Brian Federle
7707b3b4b3
Update tabFilter for egress rules
2012-11-05 15:42:11 -08:00
Brian Federle
c3f1a694ae
Add network-level egress UI
...
Adds new tab to network section details to add/remove/list
network-level egress rules. This tab only appears for isolated source
NAT networks. It is based on the same format as the firewall rule
edit.
2012-11-05 15:42:11 -08:00
Brian Federle
58de3c3dfe
CS-16735: Tier details: Disable IP address tab
...
Disables IP address tab for VPC tier detail view, as it is redundant
with the 'view all' button.
2012-11-05 15:42:10 -08:00
Brian Federle
a7138d9665
CS-16732: Show virtual router actions on VPC detail view
2012-11-05 15:42:10 -08:00
Brian Federle
c91bde7d4b
Fix capitalization of 'Site-to-site VPN'
2012-11-05 15:42:10 -08:00
Jessica Wang
becd611c07
cloudstack UI - Infrastructure page - (1) restore hosts count on UI since listHosts API has been fixed. (2) specifying pagesize as 1 because we don't need any embedded objects to be returned for count display.
2012-11-05 15:40:27 -08:00
Jessica Wang
29dda3f41a
CS-16599: cloudstack UI - guest network page - fix a bug that networkdomain didn't show in a shared network.
2012-11-05 10:39:23 -08:00
Pranav Saxena
04c5d89f80
CS-16681:Inconsistent behavior in custom disk offering selection page in Add VM instance wizard - Fixed by adding a Jquery bind event
2012-11-03 13:01:32 +05:30
Jessica Wang
e8a7a82389
cloudstack UI - infrastructure page - resource count - hide resource count whose API hasn't been fixed yet (i.e. zones count, hosts count, secondary storage count) and show resource count whose API has been fixed (i.e. pods count, clusters count, primary storage count, system VMs count, virtual routers count).
2012-11-02 11:21:17 -07:00
Jessica Wang
cfdcc7ed15
cloudstack UI - infrastructure page - bring resource count back.
2012-11-02 11:20:52 -07:00
Jessica Wang
0d7ed63e20
CS-16573: cloudstack UI - VM Wizard - makeSelects() - sanitize output value.
2012-11-02 11:20:24 -07:00
Jessica Wang
83200abc18
CS-16573: cloudstack UI - create user - encode data passed to API call.
2012-11-02 11:19:57 -07:00
Pranav Saxena
ed26f69868
CS-16630:UI freeze when accessing the Ip Addresses tab , when we are in the configuration of one of the ip addresses
2012-11-02 01:04:49 +05:30
Brian Federle
53072af8f7
CS-16295: Fix select project search box
...
Adds search functionality to 'select project' dialog's input box,
which was not sending value to the listProjects API
2012-11-01 12:17:39 -07:00
Jessica Wang
8dd1991e6d
CS-16662: cloudstack UI - IP Address page - VPN tab - pass domainId/account parameter to removeVpnUser API.
2012-10-31 16:30:17 -07:00
Jessica Wang
e7fad41994
CS-16573: cloudstack UI - update network offering - encode data passed to API call.
2012-10-31 15:53:04 -07:00
Jessica Wang
489b60e3d5
CS-16573: cloudstack UI - system offering page, disk offering page - encode data passed to API call.
2012-10-31 15:45:47 -07:00