feat: VMware automatically syncs folders to node

This commit is contained in:
jiangweidong 2025-01-03 16:55:00 +08:00 committed by Bryan
parent dc0a0ae868
commit 6ea86c7efe

View File

@ -102,7 +102,7 @@ export const ACCOUNT_PROVIDER_ATTRS_MAP = {
[vmware]: {
name: vmware,
title: 'VMware',
attrs: ['host', 'port', 'username', 'password']
attrs: ['host', 'port', 'username', 'password', 'auto_sync_node']
},
[nutanix]: {
name: nutanix,