mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
3rd pass
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
66695c038a
commit
d91c156c96
@ -111,7 +111,7 @@ export default {
|
||||
position: relative;
|
||||
float: right;
|
||||
margin-left: 5vw;
|
||||
margin-bottom: 0;
|
||||
margin-bottom: -5px;
|
||||
width: 20vw;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user