mirror of https://github.com/apache/cloudstack.git
addcomputeoffering: Fix typo in storagetype and network rate (#739)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
3109e663b4
commit
2fb5a54c3b
|
|
@ -961,7 +961,7 @@ export default {
|
|||
}
|
||||
// custom fields (end)
|
||||
|
||||
if (values.networkRate != null && values.networkRate.length > 0) {
|
||||
if (values.networkrate != null && values.networkrate.length > 0) {
|
||||
params.networkrate = values.networkrate
|
||||
}
|
||||
if (values.qostype === 'storage') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue