Pranav Saxena
8b9d6d81a2
Implicit dedication mode
2013-05-24 17:28:11 +05:30
Jessica Wang
026c2cec6d
CLOUDSTACK-2504: UI - create network offering dialog - pass specifyIpRanges=false for Isolated Network.
2013-05-23 14:35:40 -07:00
Jessica Wang
29574267c9
CLOUDSTACK-747: UI - create network offering - default sourceNat type as per account instead of per zone.
2013-05-22 10:48:44 -07:00
Pranav Saxena
5d3e6bd397
Implicit Dedication - Key and Value for iMplicit Dedication planner
2013-05-22 14:35:16 +05:30
Pranav Saxena
49e39e51f2
CLOUDSTACK-681:Implicit Dedication UI support
2013-05-22 12:31:48 +05:30
Jessica Wang
a75cf9a79d
CLOUDSTACK-747: internalLb in VPC - UI - create network offering - when Lb service is checked and LB provider is InternalLbVm, pass capability type as lbSchemes and capability value as internal.
2013-05-21 11:44:50 -07:00
Jessica Wang
263cc9a62c
CLOUDSTACK-747: internalLb in VPC - UI - create network offering - when VPC checkbox is checked, enable provider InternalLbVm, VpcVirtualRouter, Netscaler. When VPC checkbox is unchecked, disable provider InternalLbVm, VpcVirtualRouter.
2013-05-21 11:44:20 -07:00
Jessica Wang
e42ddb83c2
CLOUDSTACK-747: internalLb in VPC - UI - create network offering - add LB Type dropdodwn which is shown when VPC is checked and LB service is checked, hidden otherwise. LB Type (publicLb, internalLb) will determine the options in LB Provider dropdown.
2013-05-21 11:43:54 -07:00
Jessica Wang
cf6045f1aa
CLOUDSTACK-747: internalLb in VPC - UI - create network offering - system offering dropdown is for router only. Change its variable name to be more intuitive.
2013-05-20 13:41:02 -07:00
Nitin Mehta
c11dbad9c9
merge master
2013-05-11 15:28:43 +05:30
Pranav Saxena
35d8905081
Reset a VM detail view display
2013-02-21 16:26:31 +05:30
Pranav Saxena
8e88a4295f
Reset a VM on reboot compute offering
2013-02-15 23:11:27 +05:30
Pranav Saxena
bd825109d8
Persistent Networks support - UI functionality
2013-02-01 16:41:29 +05:30
Jessica Wang
98a289020f
CLOUDSTACK-652: cloudstack UI - create network offering dialog - for both Isolated network and Shared network, show Elastic IP dropdown when StaticNAT is checked and StaticNAT provider is Netscaler.
2013-01-18 16:03:33 -08:00
Jessica Wang
d13d67bdd9
CLOUDSTACK-459: cloudstack UI - create network offering dialog - update comment in code.
2013-01-18 15:11:46 -08:00
Brian Federle
5b7b47048b
Add missing tooltips
...
Add missing doc tooltips for the following dialogs:
-Add VPN customer gateway
-Add ISO
-Enter project token
-Add compute offering
-Add system offering
-Add network offering
2012-12-07 13:19:37 -08:00
Jessica Wang
ec40aff931
CLOUDSTACK-459: cloudstack UI - create network offering - When capability ElasticIp=true is passed to API, if capability associatePublicIP=true/false is not passed to API, cloudStack API will assume associatePublicIP=true. So, UI has to explicitly pass associatePublicIP=false to API if its checkbox is unchecked.
2012-11-29 13:11:37 -08:00
Jessica Wang
d15f5a7512
CLOUDSTACK-459: cloudstack UI - create network offering dialog - show "Associate Public IP" checkbox only when "Elastic IP" Checkbox is checked.
2012-11-27 13:40:06 -08:00
Jessica Wang
8c76baa054
CLOUDSTACK-459: cloudstack UI - create network offering dialog - fix a bug that associatePublicIP parameter was passed to createNetworkOffering API incorrectly. Fix it to pass associatePublicIP parameter as part of servicecapabilitylist.
2012-11-26 16:58:24 -08:00
Jessica Wang
e113556023
CLOUDSTACK-543: cloudstack UI - create network offering dialog - disable Redundant router capability checkbox, Conserve Mode checkbox (still visible, but can't be selected) when Guest Type is selected as Shared.
2012-11-26 15:29:52 -08:00
Jessica Wang
c0d39ebbfe
CLOUDSTACK-542: cloudtack UI - create network offering dialog - hide NetworkACL service field when Guest Type is selected as Shared.
2012-11-26 15:26:15 -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
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
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
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
Jessica Wang
ab4f707936
CS-16573: cloudstack UI - compute offering page - encode data passed to API call.
2012-10-31 15:27:16 -07:00
Jessica Wang
7d15dc1d4d
CS-16605: cloudstack 3.0 UI - create network offering - Mode dropdown (side by side/inline) - do not pass capabilitytype=InlineMode to API call when "side by side" is selected. Only pass it when "inline" is selected.
2012-10-25 15:59:54 -07:00
Jessica Wang
2b36ad8f92
CS-16612: cloudstack UI - create network offering - show all services regardless of guestIpType(Shared/Isolated).
2012-10-25 12:09:38 -07:00
Brian Federle
8bb273de8f
Add tooltips to form fields
...
-Adds tooltips to all dialog-based form fields, to describe what each
field represents. The tooltip appears on focus of the field, and
hides once the field is blurred.
-Documentation content is pulled from a new namespace
'cloudStack.docs', under docs.js. A new attribute, 'docID' is then
specified on each createForm field to link the field to a specific
tooltip string.
-If no docID is specified, then no tooltip is rendered.
-This only applies to the 'generic' forms that are rendered using the
createForm widget
-This still needs to be localized
Conflicts:
ui/index.jsp
ui/scripts/configuration.js
ui/scripts/network.js
ui/scripts/ui/dialog.js
ui/scripts/vpc.js
2012-10-22 15:18:22 -07:00
Jessica Wang
5c71d96f55
CS-16555: cloudstack UI - create network offering - when LB service is checked and provider is F5, show new dropdown "Inline Mode" dropdown. Hide it otherwise.
2012-10-22 11:49:16 -07:00
Brian Federle
65cf092f60
Network offering UI: Pass 'associatePublicIP' option
...
If elastic LB service is enabled for a shared network offering, add a
checkbox to associate public IP. This passes new option
'associatePublicIp=[true/false]' on creation.
2012-10-19 10:13:11 -07:00
Hugo Trippaers
d4d82fa3f7
This name makes more sense
2012-09-28 11:33:14 -07:00
Koushik Das
65eeeaf071
CS-14277
...
Support for local data disk. Currently enable/disable config is at zone level, in subsequent checkins it can be made more granular.
Following changes are made:
- Create disk offering API now takes an extra parameter to denote storage type (local or shared). This is similar to storage type in service offering.
- Create/delete of data volume on local storage
- Attach/detach for local data volumes. Re-attach is allowed as long as vm host and data volume storage pool host is same.
- Migration of VM instance is not supported if it uses local root or data volumes.
- Migrate is not supported for local volumes.
- Zone level config to enable/disable local storage usage for service and disk offerings.
- Local storage gets discovered when a host is added/reconnected if zone level config is enabled. When disabled existing local storages are not removed but any new local storage is not added.
- Deploy VM command validates service and disk offerings based on local storage config.
- Upgrade uses the global config 'use.local.storage' to set the zone level config for local storage.
(cherry picked from commit 62710aed37606168012a0ed255a876c8e7954010)
2012-09-11 17:22:43 +05:30
Pranav Saxena
f20f388bf7
CLOUDSTACK-38:Lable name is getting displayed in place of Network Rate while adding Network offering
2012-09-07 14:46:37 +05:30
Brian Federle
21904cf33b
UI, add network offering: Disable VPC virtual router by default
...
reviewed-by: jessica
2012-08-27 15:32:24 -07:00
Brian Federle
7e591a442d
CS-15811: Network offering: filter by VPC supported services
...
Introduce a new checkbox which indicates that this service offering is
for VPC networks. If enabled, then only show the VpcVirtualRouter
option for all supported services. If disabled, then disable the
VpcVirtualRouter options
reviewed-by: jessica
2012-08-27 15:21:08 -07:00
Jessica Wang
20db2e515b
cloudstack 3.0 UI - VPC - add network offering dialog - when service(s) has VPC Virtual Router as provider: (1) conserve mode is set to unchecked and grayed out. (2) redundant router capability checkbox is set to unchecked and grayed out. (3) remove Firewall service, SecurityGroup service.
2012-07-20 14:28:20 -07:00
bfederle
cbe1f3e4c4
CS-15287
...
Support validation on edit detail view
Original patch by: olga.smola
reviewed-by: brian
2012-06-26 13:30:36 -07:00
David Nalley
9687520712
applying Chip Childer's patches for license headers in the ui directory
2012-06-26 10:46:53 -04:00
Jessica Wang
1fa25b1964
CS-14206: cloudstack 3.0 UI - create network offering - show LB Isolation dropdown when LB service is checked and LB service provider is Netscaler or F5, regardless of Guest Type.
2012-05-23 10:40:11 -07:00
Jessica Wang
89c22f647f
CS-15042: cloudstack 3.0 UI - Create Network Offering dialog - when Guest Type is "Isolated", exclude "Security Groups" from services list.
2012-05-22 15:36:24 -07:00
Jessica Wang
8f6d836a81
CS-14206: cloudstack 3.0 UI - Create Network Offering dialog - When Guest Type is "Shared", include LB and StaticNAT in services regardless of zone type.
2012-05-22 14:50:12 -07:00
Jessica Wang
ae9a0f5b5d
CS-14870: cloudstack 3.0 UI - network offering page - detail view - add tags field.
2012-05-14 10:12:39 -07:00
Jessica Wang
46c76b7948
CS-14017: create network offering - when Guest Type is Shared, check and disable Specify VLAN checkbox. When Guest Type is Isolated, enable Specify VLAN checkbox.
2012-05-10 16:18:12 -07:00
Jessica Wang
d269947641
CS-14815: cloudstack 3.0 UI - add network offering - show LB Isolation dropdown only when (1)LB Service is checked (2)Service Provider is Netscaler OR F5 (3)Guest IP Type is Isolated
2012-05-08 17:10:11 -07:00
Jessica Wang
1181c8b46f
CS-14206: cloudstack 3.0 UI - create network offering - show Elastic LB checkbox, LB Isolation dropdown only when (1)LB Service is checked (2)Service Provider is Netscaler (3)Guest IP Type is Shared;
...
show Elastic IP checkbox only when (1)StaticNat Service is checked (2)Service Provider is Netscaler (3)Guest IP Type is Shared.
2012-04-30 15:58:02 -07:00
Jessica Wang
799ff32c30
cloudstack 3.0 UI - add network offering - fix a bug that wrongly calculated advanced zones.
2012-04-27 16:18:17 -07:00
Jessica Wang
f6c6518ada
CS-14186: cloudstack 3.0 UI - create network offering - when GuestIpType is Shared, hide SourceNat/StaticNat/PortForwarding/LoadBalancer/Firewall/VPN if zoneType is Advanced, hide SourceNat/PortForwarding/Firewall/VPN if zoneType is BAsic.
2012-04-23 10:43:35 -07:00
Jessica Wang
8f6e3e5ea9
cloudstack 3.0 UI - add Network offering dialog - correct label of service offering from Compute offering to System offering.
2012-04-13 14:41:10 -07:00
Jessica Wang
2152e9fd25
cloudstack 3.0 UI - service offerings - implement Refresh button.
2012-04-11 15:17:23 -07:00
Jessica Wang
b646c82724
cloudstack 3.0 UI - Add Network Offering dialog - compute offering (service offering) dropdown - populate only service offerings for domain router.
2012-04-06 10:23:01 -07:00
Jessica Wang
984c4bbdb7
cloudstack 3.0 UI - system service offering page - (1) add System VM Type dropdown in Add Service Offering dialog. (2) add System VM Type in detailView.
2012-04-04 16:36:30 -07:00
frank
2f634c0913
Switch to Apache license
2012-04-03 04:50:05 -07:00
Jessica Wang
464967294b
Revert "bug 14376: cloudstack 3.0 UI - Add Network Offering - compute offering(service offering) dropdown - only populate service offerings whose systemvmtype is domainrouter."
...
This reverts commit 076617fbff .
2012-03-20 13:41:01 -07:00
Jessica Wang
a4c332766d
bug 14376: cloudstack 3.0 UI - Add Network Offering - compute offering(service offering) dropdown - only populate service offerings whose systemvmtype is domainrouter.
2012-03-19 16:31:10 -07:00
Jessica Wang
4b4cba10c7
cloudstack 3.0 UI - replace old sanitizeXSS() with new cloudStack.sanitize().
2012-03-14 14:03:28 -07:00
Jessica Wang
6558f66239
bug 14238: create network offering dialog - remove traffic type dropdown since it includes only one choice. Hardcode it in API call.
2012-03-12 11:37:36 -07:00
Brian Federle
39b74a6df2
bug 14093
...
Uncheck conditional fields to be hidden, to avoid hidden services from
accidentally being enabled
2012-03-06 13:58:11 -08:00
Brian Federle
fb141dd5ef
bug 14093
...
Don't show specific provider fields on add network offering if in
Advanced/Shared configuration:
-Source NAT
-Static NAT
-PF
-LB
2012-03-06 13:22:22 -08:00
Jessica Wang
7e9393ec2f
delete account, delete network offeirng, delete guest network - use 'remove' instead of 'destroy' since their definitions have been switched.
2012-03-01 16:59:40 -08:00
Jessica Wang
6cf6820a3f
switch definition of 'destroy' action with definition of 'remove' action. i.e. 'remove' action will hide detailView and remove corresponding row from listView after action is done.
2012-03-01 16:31:55 -08:00
Jessica Wang
a2962c0f59
Add Network Offering dialog - trigger change event to show/hide fields when the dialog box is opened.
2012-02-27 12:43:26 -08:00
Brian Federle
240dabea4b
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'
2012-02-21 18:54:43 -08:00
Jessica Wang
e8c309b447
cloudstack 3.0 new UI - add more localization labels.
2012-02-16 13:55:56 -08:00
Jessica Wang
577f3a5f75
cloudstack 3.0 new UI - correct localization label format
2012-02-16 12:22:13 -08:00
Brian Federle
0ff6248693
bug 13649
...
Recenter add network offering dialog on change, to prevent form from going off page
status 13649: resolved fixed
2012-02-14 12:01:04 -08:00
Jessica Wang
012be834b5
3.0 UI - localize Add network offering dialog.
2012-02-13 17:40:45 -08:00
Jessica Wang
f25539e6cb
3.0 UI - localize network offering page.
2012-02-13 17:28:14 -08:00
Jessica Wang
17ac271c3e
3.0 UI - localize hypervisor capabilities page.
2012-02-13 16:43:05 -08:00
Jessica Wang
e4f485f993
3.0 UI - localize disk offering page.
2012-02-13 14:23:19 -08:00
Jessica Wang
a7b7f42312
3.0 UI - localize system service offering page.
2012-02-13 13:55:37 -08:00
Jessica Wang
94b7f749a9
3.0 UI - localize service offering page.
2012-02-13 11:39:37 -08:00
Brian Federle
d2284e4439
UI: localization
...
-Put localization wrappers around listView, detailView widgets
-Add initial localization for instances section
2012-02-09 10:39:59 -08:00
Jessica Wang
6d2e75d057
bug 12524: create network offering dialog - If service offering dropdown is hidden, not pass dropdown's option value to API call.
2012-02-03 23:21:03 -08:00
Jessica Wang
31c77ff69c
bug 12524: create network offering dialog - show service offering dropdown only when Virtual Router is selected as a provider for at least one service.
2012-02-03 22:51:28 -08:00
Jessica Wang
8c5068a3be
bug 12649: cloudstack 3.0 new UI - domain fields on all dialog boxes - show full domain path instead of domain name.
2012-02-03 15:38:11 -08:00
Jessica Wang
9064bdb50a
bug 13373: create network offering dialog - if this provider dropdown is one of provider dropdowns forcibly changed together earlier, make other forcibly changed provider dropdowns restore default option (i.e. 1st option in dropdown) - make it work in IE as well.
2012-02-03 15:08:07 -08:00
Jessica Wang
62b2a05071
bug 13373: create network offering dialog - if this provider dropdown is one of provider dropdowns forcibly changed together earlier, make other forcibly changed provider dropdowns restore default option (i.e. 1st option in dropdown).
2012-02-02 17:17:20 -08:00
Jessica Wang
6fe5c365fa
bug 13373: create network offering dialog - only update provider dropdown if the provider supports more than 1 service.
2012-02-02 16:18:03 -08:00
Jessica Wang
cc3bf1e6d2
bug 13373: create network offering dialog - when a provider who can not enable individual service gets selected, make all services supported by this provider have this provider selected in provider dropdown.
2012-02-02 15:54:12 -08:00
bfederle
e6b1929d1a
Fix network offering availability field
2012-02-01 14:46:30 -08:00
Jessica Wang
9c33b67016
network offering page - after updating availability from Required to Optional, or from Optional to Required, refresh add network offering dialog to show/hide availability dropdown.
2012-02-01 10:39:37 -08:00
Jessica Wang
32f0b3e590
add network offering dialog - availability field depends on not only 'service.SourceNat.isEnabled', but also requiredNetworkOfferingExists variable. This line will make the dependency between availability field and requiredNetworkOfferingExists variable disappear (incorrectly).
2012-02-01 10:28:19 -08:00
Jessica Wang
b1073d6b68
bug 12509: Add Network Offering dialog - service provider dropdown - make "VirtualRouter" to be the 1st option regardless of the sequence returned in listsupportednetworkservicesresponse.service.provider
2012-01-31 14:44:07 -08:00
Jessica Wang
37a7989623
bug 13378: add network offering dialog - when a service is selected and there is only one provider for this service, not show provider dropdown (hardcode the only one provider value in a hidden field).
2012-01-31 14:06:52 -08:00
bfederle
9273ec4c35
bug 12460
...
Only show availability field if isolated source NAT configuration
selected
status 12460: resolved fixed
2012-01-31 10:22:56 -08:00
Jessica Wang
bf0546fbd3
network offering page - Provide Enable/Disable action to system-generated network offerings.
2012-01-31 09:58:25 -08:00
Jessica Wang
52485a3fef
bug 12493: network offering page - implement Edit action.
2012-01-30 18:06:49 -08:00
Jessica Wang
f072899583
network offering page - remove actions from listView since they are already available in detailView.
2012-01-30 17:43:51 -08:00
Jessica Wang
36017cf968
network offering page - change label of isdefault field to be more specific ("created by system")
2012-01-30 17:40:13 -08:00
Jessica Wang
4aaf15a353
bug 12451: add network offering - hide availability dropdown when a Required network offering has existed. Only optional network offerings are allowed to create.
2012-01-30 17:31:36 -08:00
bfederle
b593898fbd
bug 13079
...
Sanitize network offering service list labels
status 13079: resolved fixed
2012-01-30 15:57:30 -08:00
Jessica Wang
8df1cfe087
bug 12869: create network offering dialog - 1. When guestIpType is Shared, hide SpecifyVlan checkbox (pass specifyVlan=true, specifyIpRanges=true to API call).
...
2. When guestIpType is Isolated, show SpecifyVlan checkbox.
If SpecifyVlan checkbox is checked (specifyVlan=true), specifyIpRanges=true.
If SpecifyVlan checkbox is unchecked (specifyVlan=false), specifyIpRanges=false.
3. remove SpecifyIpRanges checkbox.
2012-01-30 15:38:31 -08:00
Jessica Wang
589dfe511f
bug 12869: (1) create Network Offering dialog - add new checkbox "Sepcify IP Ranges". (2) network offering detail view - add "Sepcify IP Ranges" row.
2012-01-27 13:27:48 -08:00
bfederle
83bc7d1c81
Remove UI test data
2012-01-27 09:01:57 -08:00