diff --git a/ui/src/views/infra/ClusterAdd.vue b/ui/src/views/infra/ClusterAdd.vue index 67bbd12c513..7c80a529481 100644 --- a/ui/src/views/infra/ClusterAdd.vue +++ b/ui/src/views/infra/ClusterAdd.vue @@ -73,7 +73,7 @@
{{ $t('label.vcenterpassword') }}
- +
@@ -223,7 +223,7 @@ export default { this.loading = true this.parentToggleLoading() - api('addCluster', { + api('addCluster', {}, 'POST', { zoneId: this.zoneId, hypervisor: this.hypervisor, clustertype: this.clustertype,