mirror of https://github.com/apache/cloudstack.git
zoneid fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
05e25eff20
commit
16c24ecf82
|
|
@ -566,7 +566,7 @@ export default {
|
|||
created () {
|
||||
this.zones = [
|
||||
{
|
||||
id: 'all',
|
||||
id: null,
|
||||
name: this.$t('label.all.zone')
|
||||
}
|
||||
]
|
||||
|
|
@ -720,7 +720,6 @@ export default {
|
|||
if (values.networkRate != null && values.networkRate.length > 0) {
|
||||
params.networkrate = values.networkrate
|
||||
}
|
||||
|
||||
if (values.qostype === 'storage') {
|
||||
var customIops = values.iscustomizeddiskiops === true
|
||||
params.customizediops = customIops
|
||||
|
|
|
|||
|
|
@ -340,7 +340,7 @@ export default {
|
|||
created () {
|
||||
this.zones = [
|
||||
{
|
||||
id: 'all',
|
||||
id: null,
|
||||
name: this.$t('label.all.zone')
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -416,7 +416,7 @@ export default {
|
|||
created () {
|
||||
this.zones = [
|
||||
{
|
||||
id: 'all',
|
||||
id: null,
|
||||
name: this.$t('label.all.zone')
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ export default {
|
|||
created () {
|
||||
this.zones = [
|
||||
{
|
||||
id: 'all',
|
||||
id: null,
|
||||
name: this.$t('label.all.zone')
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue