mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix: 更新云账号字段
This commit is contained in:
@@ -37,7 +37,7 @@ export const ACCOUNT_PROVIDER_ATTRS_MAP = {
|
||||
[azure]: {
|
||||
name: azure,
|
||||
title: i18n.t('xpack.Cloud.Azure'),
|
||||
attrs: ['access_key_id', 'access_key_secret', 'tenant_id', 'subscription_id']
|
||||
attrs: ['client_id', 'client_secret', 'tenant_id', 'subscription_id']
|
||||
},
|
||||
[vmware]: {
|
||||
name: vmware,
|
||||
|
||||
Reference in New Issue
Block a user