Add Slack notification support
This commit is contained in:
parent
32ea1d194f
commit
6ec89bb179
6 changed files with 104 additions and 0 deletions
|
@ -4573,6 +4573,13 @@ i.hipchat-icon {
|
|||
height: 16px;
|
||||
}
|
||||
|
||||
i.slack-icon {
|
||||
background-image: url(/static/img/slack.ico);
|
||||
background-size: 16px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.external-notification-view-element {
|
||||
margin: 10px;
|
||||
padding: 6px;
|
||||
|
|
Reference in a new issue