Commit Graph

3143 Commits

Author SHA1 Message Date
Jessica Wang ab13f0669f cloudstack 3.0 UI - VPN Customer Gateway - IKE DH field, Perfect Forward Secrecy field - change option description of to 'Group 2(modp1024)', 'Group 5(modp1536)'. 2012-08-15 13:57:39 -07:00
Jessica Wang 3fd7b8eb6b cloudstack 3.0 UI - IP Address page - detailView - Network Name is referring to name of associated network. 2012-08-15 11:25:39 -07:00
Brian Federle 2628382b48 VPC UI: Fix IP details when no network is present 2012-08-15 10:25:02 -07:00
Brian Federle 1532428ac3 VPC UI: Hide tier dropdown if viewing from tier detail view 2012-08-15 10:13:49 -07:00
Jessica Wang c516325688 CS-15956: cloudstack 3.0 UI - autoscale - create/update autoscale vm profile - change how data is passed to API. 2012-08-14 18:04:36 -07:00
Jessica Wang 09bd57cff2 CS-15977: cloudstack 3.0 UI - VM Wizard - select network step (5th step) - if there is no visible network in Existing Networks Area, check checkbox in Add Network Area. 2012-08-14 15:52:04 -07:00
Jessica Wang 428c61dbc9 CS-15985: cloudstack 3.0 UI - IP Address page - should use associatednetworkid instead of networkid when trying to grep an IP Address' parent network. 2012-08-14 11:35:33 -07:00
Brian Federle 945edac370 CS-15796: Disable security group dropdown when in advanced zone 2012-08-14 11:08:48 -07:00
Jessica Wang b6e401b1fa cloudstack 3.0 UI - DeleteVpnCustomerGateway API response name has been changed, here is corresponding UI change. 2012-08-14 10:07:18 -07:00
Pranav Saxena 07fc5ab3b0 multiEdit widget add VM labels 2012-08-14 21:01:52 +05:30
Pranav Saxena f253fcdddf multiEdit widget add VM labels 2012-08-14 21:00:44 +05:30
Pranav Saxena a52925bec0 Changing addvms label 2012-08-14 18:10:58 +05:30
Pranav Saxena 15fe4e80ac CS-15976:when vpc fails to create, UI keeps on showing that the creation is in progress 2012-08-14 17:20:27 +05:30
Pranav Saxena d61eb05c54 CS-15981:Add Load Balancer page inside Guest networks is blank 2012-08-14 16:27:32 +05:30
Jessica Wang 0582f287e3 CS-15955: cloudstack 3.0 UI - autoscale - change validation error message of comparison of scale policy duration and polling interval. 2012-08-13 16:39:12 -07:00
Jessica Wang 52830fa544 cloudstack 3.0 UI - network page - LB listing - VM listing - VM name - no need to choose between id, displayname, name property in VM object. Always use displayname property in VM object. This also fixes a bug that VM name did not show right after an VM was assigned to a LB rule. 2012-08-13 15:52:59 -07:00
Jessica Wang c97144815a cloudstack 3.0 UI - network page - LB listing - comment out obsolete unused code. 2012-08-13 14:44:18 -07:00
Jessica Wang 91e934efbb CS-15953: cloudstack 3.0 UI - autoscale - add UI validation to validate value in those fields is a number: Min Instances, Max Instances, Polling Interval, Quiet Time, Destroy VM grace period, SNMP Port, Scale Up Policy duration, Scale Down Policy duration. 2012-08-13 13:48:44 -07:00
Pranav Saxena b9f2e9b93a CS-15961:InterVlan Box for Creation of ACL Rules on ICMP Protocol should convey the default value of ICMP type and Code 2012-08-14 01:48:35 +05:30
Jessica Wang 8069ffab1c CS-15957: cloudstack 3.0 UI - VPC - private gateway - if not root-admin, show private gateway listView instead of create private gateway dialog because only root-admin is allowed to create private gateway. 2012-08-13 12:44:18 -07:00
Pranav Saxena b3e5371374 CS-15962:InterVlan -VirtualRouter details as a separate under the VPC section 2012-08-14 01:09:38 +05:30
Brian Federle f169a97096 multiEdit: Support default value and description
-If 'defaultValue' is specified for a text field, then put that value
 into the text field on load.

-If 'desc' is specified for any field, then use it as a 'title'
 attribute to show a tooltip description.

Example:

      'icmptype': {
        ...
        defaultValue: '-1',
        desc: 'Please specify -1 if you want to allow all'
        ...
      }
2012-08-13 12:15:43 -07:00
Brian Federle c4f12caf5e CS-15877: Fix static routes
Fix static routes not being shown when viewed as a domain admin
2012-08-13 10:56:26 -07:00
Pranav Saxena 92513db2ba ACL restructuring labels renaming 2012-08-13 14:30:45 +05:30
Pranav Saxena dc41de5e6c UI changes for ACL 2012-08-13 14:05:24 +05:30
Pranav Saxena 52af7e7572 CS-15960:InterVlan - UI - Network-VPC view should list the status of the VPCs 2012-08-13 13:08:58 +05:30
Pranav Saxena 058554b20c CS-15959:InterVlan - UI - Name Label changes required for Add VPC box parameters 2012-08-13 11:55:17 +05:30
Brian Federle c78faf7ffb Fix _hideFields array not hiding add VM button 2012-08-10 14:05:26 -07:00
Jessica Wang f01846c9f5 cloudstack 3.0 UI - autoscale - LB rules - (1) hide AddVMs button on LB rules created by Autoscale. (2) hide Autoscale button on LB rules created by AddVMs. 2012-08-10 13:54:28 -07:00
Brian Federle 5ff964de72 VPC UI: New ACL flow
-Remove the ACL action from the tier chart item

-Adds an ACL overview list view under the VPC configure menu which
 displays each tier and their total # of ACLs.

-Add ACL edit to tier detail view

- (misc) Also add IP address tab to tier detail view
2012-08-10 12:58:17 -07:00
Jessica Wang 7fe710e75b CS-15945: cloudstack 3.0 UI - Infrastructure page - zone detail page - create guest network - make start IP, end IP field required. 2012-08-10 10:52:50 -07:00
Brian Federle 064de72659 Add sample _hideFields to loadBalancer 2012-08-10 10:40:50 -07:00
Brian Federle 0a0acfbf9e multiEdit: Allow disabling fields per-row
If _hideFields array is passed with row item data, then field IDs
specified will be disabled, if they are custom button actions.
2012-08-10 10:40:33 -07:00
Jessica Wang 7450abf36f CS-15939: cloudstack 3.0 UI - VPC - create VPN connection - add error handling. 2012-08-10 10:21:47 -07:00
Brian Federle 2e640b3231 multiEdit: pass context to select handler 2012-08-10 09:16:16 -07:00
Jessica Wang f2a927b9fa CS-15883: cloudstack 3.0 UI - VPC - VM Wizard - step 1 - zone dropdown - populate only one zone, the one that the VPC is under. 2012-08-09 17:07:40 -07:00
Brian Federle 143a0223e7 CS-15913: Add state column to VPN connection listing 2012-08-09 16:13:44 -07:00
Brian Federle d833372a29 VPC UI, VPN connections: fix 'DPD' boolean field 2012-08-09 16:13:39 -07:00
Brian Federle c008637fbf multiEdit: support hiding fields dynamically via dataProvider
If 'hideFields' array is passed to .success(), then hide the field IDs
specified.
2012-08-09 15:52:17 -07:00
Jessica Wang f32f55f7ac CS-15803: cloudstack 3.0 UI - VPC - fix a bug that root-admin failed to create a VM in a tier that belonged to regular-user or domain-admin. 2012-08-09 14:51:38 -07:00
Brian Federle 1ced3fc287 Fix typo 2012-08-09 14:30:09 -07:00
Jessica Wang 2c1d33d085 CS-15801: cloudstack 3.0 UI - VPC - create new tier - fix an error "Owner of vpc with specified vpcId is different from the network owner Acct[2-admin]". 2012-08-09 14:28:28 -07:00
Brian Federle ce23f29e25 CS-15916: Show network name in IP details 2012-08-09 11:43:23 -07:00
Jessica Wang 02e7797f3f cloudstack 3.0 UI - autoscale - add validation, prompt "Please disable the Autoscale VM Group first" when users try to update autoscale that's in Enabled state. UI does not automatically fire disableAutoScaleVmGroup API any more when VM Group is in Enabled state. 2012-08-09 11:18:59 -07:00
Brian Federle afe78348c9 CS-15902: Remove loading overlay from VPC actions
For add VPN and add gateway actions: remove loading overlay to allow
user to perform other actions. The overlay is replaced with a set of
notification messages indicating the status of the job.
2012-08-09 11:02:10 -07:00
Pranav Saxena fd7b1e757f CS-15909:[Autoscale] UI: Autoscaler references to be replaced with Autoscale 2012-08-09 12:55:42 +05:30
Pranav Saxena 1e19ff9bf0 CS-15915:InterVlan - UI - Static route - instead of CIDR should say CIDR of destination network 2012-08-09 10:34:26 +05:30
Jessica Wang f59d5d8dd1 CS-15885: cloudstack 3.0 UI - autoscale - add UI-side validation - at least one condition is required in Scale Up/Down Policy. 2012-08-08 16:44:49 -07:00
Jessica Wang 5d5d8b2d67 CS-15825: cloudstack 3.0 UI - VPC - Tier - detailView - allow all actions for regular-user and domain-admin since server-side doesn't have restriction. 2012-08-08 16:07:06 -07:00
Jessica Wang f2b73d86c2 CS-15773: cloudstack 3.0 UI - VPC - create private gateway dialog - add Physical Network dropdown. 2012-08-08 15:50:08 -07:00