|
|
@@ -1,5 +1,5 @@
|
|
|
import React, {Component} from 'react';
|
|
|
-import {Card, Input} from 'antd';
|
|
|
+import {Card, Spin} from 'antd';
|
|
|
|
|
|
import TencentConfig from './tencent/TencentConfig';
|
|
|
import AliConfig from './ali/AliConfig';
|
|
|
@@ -8,7 +8,6 @@ import AmazonConfig from './amazon/AmazonConfig';
|
|
|
import './index.css';
|
|
|
import {SHOW_FC_SCHEMA, SHOW_FC_CONFIG, SEARCH_SCHEMA, SHOW_CLOUD, SHOW_WXCONTENT} from "../../../gql";
|
|
|
import {request} from 'graphql-request'
|
|
|
-import {manageUsers} from "../../../config";
|
|
|
import {graphqlUrl} from "../../../config";
|
|
|
|
|
|
const tabListNoTitle = [{
|
|
|
@@ -275,7 +274,7 @@ class Deploy extends Component {
|
|
|
this.state.show ?
|
|
|
contentListNoTitle[this.state.cloud]
|
|
|
:
|
|
|
- "waiting"
|
|
|
+ <Spin/>
|
|
|
}
|
|
|
</Card>
|
|
|
</div>
|