mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
linstor-ui: Fix add primary storage if Linstor protocol selected (#9327)
url param wasn't set if protocol Linstor is selected
This commit is contained in:
parent
79b1427d3e
commit
94e5ceff7f
@ -879,7 +879,7 @@ export default {
|
|||||||
url = values.flashArrayURL
|
url = values.flashArrayURL
|
||||||
}
|
}
|
||||||
|
|
||||||
if (values.provider === 'Linstor') {
|
if (values.provider === 'Linstor' || values.protocol === 'Linstor') {
|
||||||
url = this.linstorURL(server)
|
url = this.linstorURL(server)
|
||||||
values.managed = false
|
values.managed = false
|
||||||
params['details[0].resourceGroup'] = values.resourcegroup
|
params['details[0].resourceGroup'] = values.resourcegroup
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user