|
|
@@ -231,9 +231,9 @@ class UserCustom extends Component {
|
|
|
</div>
|
|
|
|
|
|
<div>
|
|
|
- <div className={'schema-name'}><FormattedMessage id='Name'/></div>
|
|
|
+ <div className={'schema-name'}><FormattedMessage id='service name'/></div>
|
|
|
<div>
|
|
|
- <span className='item-title-cloud'><FormattedMessage id='name'/>:</span>
|
|
|
+ <span className='item-title-cloud'><FormattedMessage id='service name'/>:</span>
|
|
|
<Input
|
|
|
style={{width: 250}}
|
|
|
value={customName}
|
|
|
@@ -250,7 +250,6 @@ class UserCustom extends Component {
|
|
|
<div style={{marginTop: 20}}>
|
|
|
<div className={'schema-name'}><FormattedMessage id='Cloud Setting'/></div>
|
|
|
<p><Link to="/common/communication">阿里云、华为云、亚马逊请联系我们</Link></p>
|
|
|
- <p style={{color: 'orange'}}>该项配置填写错误将导致部署失败,你也可以忽略此项配置!</p>
|
|
|
<br/>
|
|
|
<RadioGroup
|
|
|
onChange={(e) => {
|
|
|
@@ -466,12 +465,12 @@ class CloudQueryAndConfig extends Component {
|
|
|
</Button>
|
|
|
:
|
|
|
<Button size="small" onClick={this.showModal}>
|
|
|
- <FormattedMessage id='there is this cloud, click to check'/>
|
|
|
+ <FormattedMessage id='Using the default system configuration, you can click to modify.'/>
|
|
|
</Button>
|
|
|
}
|
|
|
|
|
|
<Modal
|
|
|
- title="设置 cloud"
|
|
|
+ title="云服务商秘钥设置"
|
|
|
visible={visible}
|
|
|
confirmLoading={confirmLoading}
|
|
|
footer={null}
|