Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2020-03-23 12:17:47 +05:30
parent 66695c038a
commit d91c156c96
3 changed files with 7 additions and 7 deletions

View File

@ -111,7 +111,7 @@ export default {
position: relative;
float: right;
margin-left: 5vw;
margin-bottom: 0;
margin-bottom: -5px;
width: 20vw;
}
</style>

View File

@ -945,7 +945,7 @@
"subdomainaccess": "Subdomain Access",
"submit": "Submit",
"sunday": "Sunday",
"supportedServices": "Supported Services",
"supportedservices": "Supported Services",
"supportspublicaccess": "Supports Public Access",
"supportsregionLevelvpc": "Supports Region Level VPC",
"supportsstrechedl2subnet": "Supports Streched L2 Subnet",

View File

@ -46,7 +46,6 @@
:checkBoxLabel="item.description"
:checkBoxDecorator="'service.' + item.name"
:selectOptions="item.provider"
:selectLabel="$t('serviceproviders')"
:selectDecorator="item.name + '.provider'"
@handle-checkpair-change="handleSupportedServiceChange"/>
</a-list-item>
@ -158,7 +157,7 @@ export default {
this.zones = [
{
id: null,
name: this.$t('all.zone')
name: this.$t('label.all.zone')
}
]
},
@ -376,6 +375,7 @@ export default {
})
}).finally(() => {
this.loading = false
this.$emit('refresh-data')
this.closeAction()
})
})
@ -389,10 +389,10 @@ export default {
<style scoped lang="scss">
.form-layout {
width: 50vw;
width: 80vw;
@media (min-width: 450px) {
width: 50vw;
@media (min-width: 800px) {
width: 500px;
}
}
.supported-services-container {