1
0
mirror of https://github.com/jumpserver/lina.git synced 2025-05-06 23:27:17 +00:00

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]: { [vmware]: {
name: vmware, name: vmware,
title: 'VMware', title: 'VMware',
attrs: ['host', 'port', 'username', 'password'] attrs: ['host', 'port', 'username', 'password', 'auto_sync_node']
}, },
[nutanix]: { [nutanix]: {
name: nutanix, name: nutanix,