parent
035584f17e
commit
416951b369
2 changed files with 8 additions and 6 deletions
|
|
@ -12,7 +12,7 @@
|
|||
width: 725px;
|
||||
}
|
||||
|
||||
ul {
|
||||
.features-list > ul {
|
||||
margin: 20px 30px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -102,11 +102,13 @@ class TelegramSettings extends Component<TelegramProps, TelegramState> {
|
|||
</Block>
|
||||
<Text>
|
||||
<Text.Title level={4}>Features</Text.Title>
|
||||
<ul>
|
||||
<li>perform actions (acknowledge, resolve, silence)</li>
|
||||
<li>discuss alerts in comments</li>
|
||||
<li>notifications to users accounts will be served as links to the main channel</li>
|
||||
</ul>
|
||||
<div className={cx('features-list')}>
|
||||
<ul>
|
||||
<li>perform actions (acknowledge, resolve, silence)</li>
|
||||
<li>discuss alerts in comments</li>
|
||||
<li>notifications to users accounts will be served as links to the main channel</li>
|
||||
</ul>
|
||||
</div>
|
||||
Make sure your team connects Telegram in their OnCall user profiles too or they cannot manage alert groups.
|
||||
</Text>
|
||||
<HorizontalGroup>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue