|
@@ -1,5 +1,5 @@
|
|
|
import React, {Component} from 'react';
|
|
import React, {Component} from 'react';
|
|
|
-import {Row, Col, Card} from 'antd';
|
|
|
|
|
|
|
+import {Row, Col, Card, Button} from 'antd';
|
|
|
import APIGroupCard from './APIGroupCard';
|
|
import APIGroupCard from './APIGroupCard';
|
|
|
import APIPathCard from './APIPathCard';
|
|
import APIPathCard from './APIPathCard';
|
|
|
import DeployCard from './DeployCard';
|
|
import DeployCard from './DeployCard';
|
|
@@ -29,6 +29,9 @@ class TencentConfig extends Component {
|
|
|
<Card title="API Group" style={{marginBottom: 10}}><APIGroupCard switchRegion={this.switchRegion} region={this.state.region}/></Card>
|
|
<Card title="API Group" style={{marginBottom: 10}}><APIGroupCard switchRegion={this.switchRegion} region={this.state.region}/></Card>
|
|
|
<Card title="API Path" ><APIPathCard/></Card>
|
|
<Card title="API Path" ><APIPathCard/></Card>
|
|
|
</Col>
|
|
</Col>
|
|
|
|
|
+ <Col offset={2} span={8}>
|
|
|
|
|
+ <Button type='primary'>deploy it</Button>
|
|
|
|
|
+ </Col>
|
|
|
</Row>
|
|
</Row>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|