Updating tutorial tip
Этот коммит содержится в:
@@ -69,11 +69,16 @@ export default class TutorialTip extends React.Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var tipColor = '';
|
||||||
|
if (this.props.overlayClass === 'tip-overlay--header') {
|
||||||
|
tipColor = 'white';
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={'tip-div ' + this.props.overlayClass}>
|
<div className={'tip-div ' + this.props.overlayClass}>
|
||||||
<img
|
<img
|
||||||
className='tip-button'
|
className='tip-button'
|
||||||
src='/static/images/tutorialTip.gif'
|
src={'/static/images/tutorialTip' + tipColor + '.gif'}
|
||||||
width='35'
|
width='35'
|
||||||
onClick={this.toggle}
|
onClick={this.toggle}
|
||||||
ref='target'
|
ref='target'
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ export default class ManageIncomingHooks extends React.Component {
|
|||||||
return (
|
return (
|
||||||
<div key='addIncomingHook'>
|
<div key='addIncomingHook'>
|
||||||
{'Create webhook URLs for use in external integrations. Please see '}<a href='http://mattermost.org/webhooks'>{'http://mattermost.org/webhooks'}</a> {' to learn more.'}
|
{'Create webhook URLs for use in external integrations. Please see '}<a href='http://mattermost.org/webhooks'>{'http://mattermost.org/webhooks'}</a> {' to learn more.'}
|
||||||
<label className='control-label padding-top x2'>{'Add a new incoming webhook'}</label>
|
<div><label className='control-label padding-top x2'>{'Add a new incoming webhook'}</label></div>
|
||||||
<div className='row padding-top'>
|
<div className='row padding-top'>
|
||||||
<div className='col-sm-10 padding-bottom'>
|
<div className='col-sm-10 padding-bottom'>
|
||||||
<select
|
<select
|
||||||
|
|||||||
@@ -241,8 +241,7 @@ export default class ManageOutgoingHooks extends React.Component {
|
|||||||
return (
|
return (
|
||||||
<div key='addOutgoingHook'>
|
<div key='addOutgoingHook'>
|
||||||
{'Create webhooks to send new message events to an external integration. Please see '}<a href='http://mattermost.org/webhooks'>{'http://mattermost.org/webhooks'}</a> {' to learn more.'}
|
{'Create webhooks to send new message events to an external integration. Please see '}<a href='http://mattermost.org/webhooks'>{'http://mattermost.org/webhooks'}</a> {' to learn more.'}
|
||||||
<br/>
|
<div><label className='control-label padding-top x2'>{'Add a new outgoing webhook'}</label></div>
|
||||||
<label className='control-label'>{'Add a new outgoing webhook'}</label>
|
|
||||||
<div className='padding-top divider-light'></div>
|
<div className='padding-top divider-light'></div>
|
||||||
<div className='padding-top'>
|
<div className='padding-top'>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -127,7 +127,11 @@
|
|||||||
right:0px;
|
right:0px;
|
||||||
|
|
||||||
&.tip-overlay--header {
|
&.tip-overlay--header {
|
||||||
top: 20px;
|
top: 21px;
|
||||||
|
right: 2px;
|
||||||
|
.tip-button {
|
||||||
|
@include opacity(0.8);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.tip-overlay--sidebar {
|
&.tip-overlay--sidebar {
|
||||||
|
|||||||
Двоичные данные
web/static/images/tutorialTip.gif
Двоичные данные
web/static/images/tutorialTip.gif
Двоичный файл не отображается.
|
До Ширина: | Высота: | Размер: 18 KiB После Ширина: | Высота: | Размер: 22 KiB |
Двоичные данные
web/static/images/tutorialTipWhite.gif
Обычный файл
Двоичные данные
web/static/images/tutorialTipWhite.gif
Обычный файл
Двоичный файл не отображается.
|
После Ширина: | Высота: | Размер: 6.5 KiB |
Ссылка в новой задаче
Block a user