fix: 更新云账号字段

This commit is contained in:
Orange
2021-03-01 17:56:58 +08:00
committed by Jiangjie.Bai
parent 7c6a3340ad
commit 5371faf019

View File

@@ -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,