Skip to content

Commit

Permalink
feat: VMware automatically syncs folders to node
Browse files Browse the repository at this point in the history
  • Loading branch information
O-Jiangweidong committed Jan 3, 2025
1 parent dc0a0ae commit 50bf43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/assets/Cloud/const.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 50bf43c

Please sign in to comment.