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:
Abhishek Kumar 2020-02-14 18:18:23 +05:30 committed by Rohit Yadav
parent 05e25eff20
commit 16c24ecf82
4 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -340,7 +340,7 @@ export default {
created () {
this.zones = [
{
id: 'all',
id: null,
name: this.$t('label.all.zone')
}
]

View File

@ -416,7 +416,7 @@ export default {
created () {
this.zones = [
{
id: 'all',
id: null,
name: this.$t('label.all.zone')
}
]

View File

@ -155,7 +155,7 @@ export default {
created () {
this.zones = [
{
id: 'all',
id: null,
name: this.$t('label.all.zone')
}
]