mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
fix null host tags while creating zone (#8976)
Co-authored-by: Gabriel <gabriel.fernandes@scclouds.com.br>
This commit is contained in:
parent
21d07132ad
commit
ee39104ec0
@ -1358,7 +1358,7 @@ export default {
|
|||||||
hostData.clusterid = this.stepData.clusterReturned.id
|
hostData.clusterid = this.stepData.clusterReturned.id
|
||||||
hostData.hypervisor = this.stepData.clusterReturned.hypervisortype
|
hostData.hypervisor = this.stepData.clusterReturned.hypervisortype
|
||||||
hostData.clustertype = this.stepData.clusterReturned.clustertype
|
hostData.clustertype = this.stepData.clusterReturned.clustertype
|
||||||
hostData.hosttags = this.prefillContent?.hostTags || null
|
hostData.hosttags = this.prefillContent?.hostTags || ''
|
||||||
hostData.username = this.prefillContent?.hostUserName || null
|
hostData.username = this.prefillContent?.hostUserName || null
|
||||||
hostData.password = hostPassword
|
hostData.password = hostPassword
|
||||||
const hostname = this.prefillContent?.hostName || null
|
const hostname = this.prefillContent?.hostName || null
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user