mirror of https://github.com/apache/cloudstack.git
Remove isMirrored hardcoded parameter value from execution of createDiskOffering API through UI (#10474)
Co-authored-by: Julien Hervot de Mattos Vaz <julien.vaz@scclouds.com.br>
This commit is contained in:
parent
3aabedd447
commit
5cbe3da703
|
|
@ -491,7 +491,6 @@ export default {
|
|||
const formRaw = toRaw(this.form)
|
||||
const values = this.handleRemoveFields(formRaw)
|
||||
var params = {
|
||||
isMirrored: false,
|
||||
name: values.name,
|
||||
displaytext: values.displaytext,
|
||||
storageType: values.storagetype,
|
||||
|
|
|
|||
Loading…
Reference in New Issue