We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d0713 commit ee39104Copy full SHA for ee39104
ui/src/views/infra/zone/ZoneWizardLaunchZone.vue
@@ -1358,7 +1358,7 @@ export default {
1358
hostData.clusterid = this.stepData.clusterReturned.id
1359
hostData.hypervisor = this.stepData.clusterReturned.hypervisortype
1360
hostData.clustertype = this.stepData.clusterReturned.clustertype
1361
- hostData.hosttags = this.prefillContent?.hostTags || null
+ hostData.hosttags = this.prefillContent?.hostTags || ''
1362
hostData.username = this.prefillContent?.hostUserName || null
1363
hostData.password = hostPassword
1364
const hostname = this.prefillContent?.hostName || null
0 commit comments