|
|
@@ -6,6 +6,7 @@ import {request} from 'graphql-request'
|
|
|
import {getCookie} from '../cookie';
|
|
|
import {idGen} from "../func";
|
|
|
import {graphqlUrl} from "../config";
|
|
|
+import {FormattedMessage} from 'react-intl';
|
|
|
|
|
|
class CloudConfig extends Component {
|
|
|
constructor(props) {
|
|
|
@@ -137,7 +138,7 @@ class CloudConfig extends Component {
|
|
|
<Icon type="left" style={{color: '#3187FA'}}/> login
|
|
|
</div>
|
|
|
<div style={{marginTop: 15}}>
|
|
|
- <span className='cloud-name'>Tencent: </span>
|
|
|
+ <span className='cloud-name'><FormattedMessage id="Tencent"/>: </span>
|
|
|
<div style={{marginBottom: 15}}>
|
|
|
<div>
|
|
|
<div style={{marginBottom: 10}}>
|
|
|
@@ -163,7 +164,7 @@ class CloudConfig extends Component {
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <span className='cloud-name'>Aliyun: </span>
|
|
|
+ <span className='cloud-name'><FormattedMessage id="Aliyun"/>: </span>
|
|
|
<div style={{marginBottom: 15}}>
|
|
|
<div>
|
|
|
<div style={{marginBottom: 10}}>
|
|
|
@@ -190,7 +191,7 @@ class CloudConfig extends Component {
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <span className='cloud-name'>AWS: </span>
|
|
|
+ <span className='cloud-name'><FormattedMessage id="AWS"/>: </span>
|
|
|
<div style={{marginBottom: 15}}>
|
|
|
<div>
|
|
|
<div style={{marginBottom: 10}}>
|