diff --git a/static/css/welcome.css b/static/css/welcome.css index f5d24b79..f60dd380 100644 --- a/static/css/welcome.css +++ b/static/css/welcome.css @@ -69,6 +69,11 @@ height: 22px; } +.welcome-integrations span { + display: inline-block; + font-size: 22px; +} + .page-welcome .tab-content { border: 1px solid #ddd; border-top: 0; diff --git a/static/img/my_checks.png b/static/img/my_checks.png index 89a3d052..285ff7c3 100644 Binary files a/static/img/my_checks.png and b/static/img/my_checks.png differ diff --git a/static/img/my_checks@2x.png b/static/img/my_checks@2x.png index a05c7a3e..8b308c89 100644 Binary files a/static/img/my_checks@2x.png and b/static/img/my_checks@2x.png differ diff --git a/templates/front/welcome.html b/templates/front/welcome.html index acf394b4..9b1e61ce 100644 --- a/templates/front/welcome.html +++ b/templates/front/welcome.html @@ -275,17 +275,13 @@ - + {% if enable_sms %} - + {% endif %} @@ -306,9 +302,7 @@ {% if enable_pushover %} - + {% endif %} @@ -333,48 +327,36 @@ {% if enable_pd %} - + {% endif %} - + - + - + {% if enable_discord %} - + {% endif %} - +
- Email icon - Good old email messages.
- Email icon - SMS text messages.
- Pushover icon - Instant push notifications with Pushover.
- PagerDuty icon - Open and resolve incidents in PagerDuty.
- PagerTree icon - Open and resolve incidents in PagerTree.
- HipChat icon - Notifications in HipChat channel.
- VictorOps icon - Open and resolve incidents in VictorOps.
- Discord icon - Notifications in Discord channel.
- OpsGenie icon - Open and resolve incidents in OpsGenie.