|
@@ -243,29 +243,6 @@ class APIGroupCardRender extends Component {
|
|
|
</Radio.Group>
|
|
</Radio.Group>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div style={{marginBottom: 10}}>
|
|
|
|
|
- <span className='vice-title'>
|
|
|
|
|
- {
|
|
|
|
|
- youMustFill['environmentName'] ?
|
|
|
|
|
- <span
|
|
|
|
|
- style={{color: 'red', display: 'inline', marginRight: 10}}>*</span>
|
|
|
|
|
- :
|
|
|
|
|
- ''
|
|
|
|
|
- }
|
|
|
|
|
- <FormattedMessage id={valueToKey['environmentName']}/>
|
|
|
|
|
-
|
|
|
|
|
- <Tooltip placement="top" title={toolTipTitle['environmentName']}>
|
|
|
|
|
- <Icon type="question-circle"/>
|
|
|
|
|
- </Tooltip>
|
|
|
|
|
- </span>
|
|
|
|
|
- <Radio.Group onChange={this.switchConfig('environmentName')}
|
|
|
|
|
- defaultValue={this.state.environmentName}
|
|
|
|
|
- buttonStyle="solid">
|
|
|
|
|
- <Radio.Button value="test"><FormattedMessage id="test"/></Radio.Button>
|
|
|
|
|
- <Radio.Button value="prepub"><FormattedMessage id="prepub"/></Radio.Button>
|
|
|
|
|
- <Radio.Button value="release"><FormattedMessage id="release"/></Radio.Button>
|
|
|
|
|
- </Radio.Group>
|
|
|
|
|
- </div>
|
|
|
|
|
<div style={{marginBottom: 10}}>
|
|
<div style={{marginBottom: 10}}>
|
|
|
<span className='vice-title'>
|
|
<span className='vice-title'>
|
|
|
{
|
|
{
|
|
@@ -292,6 +269,30 @@ class APIGroupCardRender extends Component {
|
|
|
<Radio.Button value="http&https">http&https</Radio.Button>
|
|
<Radio.Button value="http&https">http&https</Radio.Button>
|
|
|
</Radio.Group>
|
|
</Radio.Group>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+
|
|
|
|
|
+ <div style={{marginBottom: 10}}>
|
|
|
|
|
+ <span className='vice-title'>
|
|
|
|
|
+ {
|
|
|
|
|
+ youMustFill['environmentName'] ?
|
|
|
|
|
+ <span
|
|
|
|
|
+ style={{color: 'red', display: 'inline', marginRight: 10}}>*</span>
|
|
|
|
|
+ :
|
|
|
|
|
+ ''
|
|
|
|
|
+ }
|
|
|
|
|
+ <FormattedMessage id={valueToKey['environmentName']}/>
|
|
|
|
|
+
|
|
|
|
|
+ <Tooltip placement="top" title={toolTipTitle['environmentName']}>
|
|
|
|
|
+ <Icon type="question-circle"/>
|
|
|
|
|
+ </Tooltip>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <Radio.Group onChange={this.switchConfig('environmentName')}
|
|
|
|
|
+ defaultValue={this.state.environmentName}
|
|
|
|
|
+ buttonStyle="solid">
|
|
|
|
|
+ <Radio.Button value="test"><FormattedMessage id="test"/></Radio.Button>
|
|
|
|
|
+ <Radio.Button value="prepub"><FormattedMessage id="prepub"/></Radio.Button>
|
|
|
|
|
+ <Radio.Button value="release"><FormattedMessage id="release"/></Radio.Button>
|
|
|
|
|
+ </Radio.Group>
|
|
|
|
|
+ </div>
|
|
|
<Collapse bordered={false}>
|
|
<Collapse bordered={false}>
|
|
|
<Panel header={<FormattedMessage id="Want more options?"/>}
|
|
<Panel header={<FormattedMessage id="Want more options?"/>}
|
|
|
style={customPanelStyle}>
|
|
style={customPanelStyle}>
|