|
@@ -131,21 +131,19 @@ class NotificationCardFetch extends Component {
|
|
|
render() {
|
|
render() {
|
|
|
return (
|
|
return (
|
|
|
<div>
|
|
<div>
|
|
|
- <div className='kind'>
|
|
|
|
|
|
|
+ <div>
|
|
|
<p style={{marginBottom: 10}}><b><FormattedMessage id="Ding Talk"/></b></p>
|
|
<p style={{marginBottom: 10}}><b><FormattedMessage id="Ding Talk"/></b></p>
|
|
|
- <div className='item'>
|
|
|
|
|
|
|
+ <div>
|
|
|
<p style={{marginBottom: 10}}>
|
|
<p style={{marginBottom: 10}}>
|
|
|
- <span className='item-title'>
|
|
|
|
|
- <span>
|
|
|
|
|
- {
|
|
|
|
|
- youMustFill['dingding webhook'] ?
|
|
|
|
|
- <span style={{color: 'red', display: 'inline', marginRight: 10}}>*</span>
|
|
|
|
|
- :
|
|
|
|
|
- ''
|
|
|
|
|
- }
|
|
|
|
|
- <FormattedMessage id="Web hook"/>
|
|
|
|
|
-
|
|
|
|
|
- </span>
|
|
|
|
|
|
|
+ <span className='vice-title'>
|
|
|
|
|
+ {
|
|
|
|
|
+ youMustFill['dingding webhook'] ?
|
|
|
|
|
+ <span style={{color: 'red', display: 'inline', marginRight: 10}}>*</span>
|
|
|
|
|
+ :
|
|
|
|
|
+ ''
|
|
|
|
|
+ }
|
|
|
|
|
+ <FormattedMessage id="Web hook"/>
|
|
|
|
|
+
|
|
|
<Tooltip placement="top" title={toolTipTitle['dingding webhook']}>
|
|
<Tooltip placement="top" title={toolTipTitle['dingding webhook']}>
|
|
|
<Icon type="question-circle"/>
|
|
<Icon type="question-circle"/>
|
|
|
</Tooltip>
|
|
</Tooltip>
|
|
@@ -157,17 +155,15 @@ class NotificationCardFetch extends Component {
|
|
|
}}/>
|
|
}}/>
|
|
|
</p>
|
|
</p>
|
|
|
<p style={{marginBottom: 10}}>
|
|
<p style={{marginBottom: 10}}>
|
|
|
- <span className='item-title'>
|
|
|
|
|
- <span>
|
|
|
|
|
- {
|
|
|
|
|
- youMustFill['notification name'] ?
|
|
|
|
|
- <span style={{color: 'red', display: 'inline', marginRight: 10}}>*</span>
|
|
|
|
|
- :
|
|
|
|
|
- ''
|
|
|
|
|
- }
|
|
|
|
|
- <FormattedMessage id="Notification Name"/>
|
|
|
|
|
-
|
|
|
|
|
- </span>
|
|
|
|
|
|
|
+ <span className='vice-title'>
|
|
|
|
|
+ {
|
|
|
|
|
+ youMustFill['notification name'] ?
|
|
|
|
|
+ <span style={{color: 'red', display: 'inline', marginRight: 10}}>*</span>
|
|
|
|
|
+ :
|
|
|
|
|
+ ''
|
|
|
|
|
+ }
|
|
|
|
|
+ <FormattedMessage id="Notification Name"/>
|
|
|
|
|
+
|
|
|
<Tooltip placement="top" title={toolTipTitle['notification name']}>
|
|
<Tooltip placement="top" title={toolTipTitle['notification name']}>
|
|
|
<Icon type="question-circle"/>
|
|
<Icon type="question-circle"/>
|
|
|
</Tooltip>
|
|
</Tooltip>
|