From ece4d0a6af9ba3e565a843fb9c73e59bd78c8f6e Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 23 Mar 2020 12:25:20 +0530 Subject: [PATCH] 4th pass Signed-off-by: Rohit Yadav --- ui/src/locales/en.json | 3 ++- ui/src/views/offering/AddNetworkOffering.vue | 20 ++++++++++---------- ui/src/views/offering/AddVpcOffering.vue | 1 + 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/ui/src/locales/en.json b/ui/src/locales/en.json index 1c74b35ea95..bb585f305b0 100644 --- a/ui/src/locales/en.json +++ b/ui/src/locales/en.json @@ -896,7 +896,6 @@ "service.Lb.inlineModeDropdown": "Mode", "service.Lb.lbIsolationDropdown": "LB isolation", "service.SourceNat.redundantRouterCapabilityCheckbox": "Redundant router capability", -"service.SourceNat.sourceNatTypeDropdown": "Supported Source NAT type", "service.StaticNat.associatePublicIP": "Associate Public IP", "service.StaticNat.elasticIpCheckbox": "Elastic IP", "serviceCapabilities": "Service Capabilities", @@ -918,6 +917,7 @@ "snmpPort": "SNMP Port", "sockettimeout": "Socket Timeout", "sourcecidr": "Source CIDR", +"sourcenattype": "Supported Source NAT type", "destcidr": "Destination CIDR", "sourceNat": "Source NAT", "sourceipaddress": "Source IP Address", @@ -1037,6 +1037,7 @@ "volumetotal": "Volume", "volume.volumeFileUpload.description": "Click or drag file to this area to upload", "vpcLimit": "VPC limits", +"vpc": "VPC", "vpcid": "VPC", "vpcname": "VPC", "vpcoffering": "VPC Offering", diff --git a/ui/src/views/offering/AddNetworkOffering.vue b/ui/src/views/offering/AddNetworkOffering.vue index 03dddf2d8f6..80020108e0f 100644 --- a/ui/src/views/offering/AddNetworkOffering.vue +++ b/ui/src/views/offering/AddNetworkOffering.vue @@ -68,13 +68,13 @@ - - + + - + @@ -158,7 +158,6 @@ :checkBoxLabel="item.description" :checkBoxDecorator="'service.' + item.name" :selectOptions="item.provider" - :selectLabel="$t('serviceproviders')" :selectDecorator="item.name + '.provider'" @handle-checkpair-change="handleSupportedServiceChange"/> @@ -188,10 +187,10 @@ - + - + .form-layout { - width: 50vw; + width: 80vw; - @media (min-width: 450px) { - width: 50vw; + @media (min-width: 800px) { + width: 500px; } } .supported-services-container { diff --git a/ui/src/views/offering/AddVpcOffering.vue b/ui/src/views/offering/AddVpcOffering.vue index b4350ce144b..b3ff8615603 100644 --- a/ui/src/views/offering/AddVpcOffering.vue +++ b/ui/src/views/offering/AddVpcOffering.vue @@ -395,6 +395,7 @@ export default { width: 500px; } } + .supported-services-container { height: 250px; overflow: auto;