|
@@ -188,20 +188,20 @@ class APIGroupCard extends Component {
|
|
|
<Input value={this.state.groupName} style={{width: 400}}
|
|
<Input value={this.state.groupName} style={{width: 400}}
|
|
|
onChange={this.switchConfig('groupName')}/>
|
|
onChange={this.switchConfig('groupName')}/>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style={{marginBottom: 10}}>
|
|
|
|
|
- <span className='vice-title'>{valueToKey['region']}
|
|
|
|
|
- <span> </span>
|
|
|
|
|
- <Tooltip placement="top" title={toolTipTitle['region']}>
|
|
|
|
|
- <Icon type="question-circle"/>
|
|
|
|
|
- </Tooltip>
|
|
|
|
|
- </span>
|
|
|
|
|
- <Radio.Group onChange={this.switchConfig('groupRegion')} value={removePrefix('ap-', this.state.groupRegion)} buttonStyle="solid">
|
|
|
|
|
- <Radio.Button value="guangzhou">Guangzhou</Radio.Button>
|
|
|
|
|
- <Radio.Button value="shanghai">Shanghai</Radio.Button>
|
|
|
|
|
- <Radio.Button value="beijing">Beijing</Radio.Button>
|
|
|
|
|
- <Radio.Button value="chengdu">Chengdu</Radio.Button>
|
|
|
|
|
- </Radio.Group>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ {/*<div style={{marginBottom: 10}}>*/}
|
|
|
|
|
+ {/*<span className='vice-title'>{valueToKey['region']}*/}
|
|
|
|
|
+ {/*<span> </span>*/}
|
|
|
|
|
+ {/*<Tooltip placement="top" title={toolTipTitle['region']}>*/}
|
|
|
|
|
+ {/*<Icon type="question-circle"/>*/}
|
|
|
|
|
+ {/*</Tooltip>*/}
|
|
|
|
|
+ {/*</span>*/}
|
|
|
|
|
+ {/*<Radio.Group onChange={this.switchConfig('groupRegion')} value={removePrefix('ap-', this.state.groupRegion)} buttonStyle="solid">*/}
|
|
|
|
|
+ {/*<Radio.Button value="guangzhou">Guangzhou</Radio.Button>*/}
|
|
|
|
|
+ {/*<Radio.Button value="shanghai">Shanghai</Radio.Button>*/}
|
|
|
|
|
+ {/*<Radio.Button value="beijing">Beijing</Radio.Button>*/}
|
|
|
|
|
+ {/*<Radio.Button value="chengdu">Chengdu</Radio.Button>*/}
|
|
|
|
|
+ {/*</Radio.Group>*/}
|
|
|
|
|
+ {/*</div>*/}
|
|
|
<div style={{marginBottom: 10}}>
|
|
<div style={{marginBottom: 10}}>
|
|
|
<span className='vice-title'>{valueToKey['frontType']}
|
|
<span className='vice-title'>{valueToKey['frontType']}
|
|
|
<span> </span>
|
|
<span> </span>
|