style(hipchat): improves code style

This commit is contained in:
bergquist
2017-02-08 11:24:49 +01:00
parent 53942f7987
commit 00549f393c
2 changed files with 30 additions and 25 deletions

View File

@@ -104,6 +104,7 @@ export class AlertTabCtrl {
case "webhook": return "fa fa-cubes";
case "pagerduty": return "fa fa-bullhorn";
case "opsgenie": return "fa fa-bell";
case "hipchat": return "fa fa-mail-forward";
}
}