Add Slack notification support

This commit is contained in:
Joseph Schorr 2014-08-26 22:09:56 -04:00
parent 32ea1d194f
commit 6ec89bb179
6 changed files with 104 additions and 0 deletions

View file

@ -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;