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 authored and BaiJiangJie committed Jan 3, 2025
1 parent f2ac6a6 commit 46898d2
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 @@ -117,7 +117,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'],
image: require('@/assets/img/cloud/vmware.svg')
},
[nutanix]: {
Expand Down

0 comments on commit 46898d2

Please sign in to comment.