From 55335c5dd9fea1d199173524f81ffdfe218d2063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Sat, 12 Aug 2017 17:54:36 +0300 Subject: [PATCH] Rearrange integrations by popularity. --- templates/front/channels.html | 22 +++++++++++----------- templates/front/welcome.html | 17 +++++++++-------- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/templates/front/channels.html b/templates/front/channels.html index 59d61293..e8dda0c6 100644 --- a/templates/front/channels.html +++ b/templates/front/channels.html @@ -197,6 +197,17 @@ Add Integration {% endif %} + {% if enable_telegram %} +
  • + Telegram icon + +

    Telegram

    +

    A messaging app with a focus on speed and security.

    + + Add Integration +
  • + {% endif %}
  • PagerDuty icon @@ -235,17 +246,6 @@ Add Integration
  • {% endif %} - {% if enable_telegram %} -
  • - Telegram icon - -

    Telegram

    -

    A messaging app with a focus on speed and security.

    - - Add Integration -
  • - {% endif %}
  • OpsGenie icon diff --git a/templates/front/welcome.html b/templates/front/welcome.html index b8657c22..18cb7a6e 100644 --- a/templates/front/welcome.html +++ b/templates/front/welcome.html @@ -277,6 +277,15 @@ {% endif %} + {% if enable_telegram %} + + + Telegram icon + + Notifications to a Telegram group or user. + + {% endif %} + PagerDuty icon @@ -307,14 +316,6 @@ {% endif %} - {% if enable_telegram %} - - - Telegram icon - - Notifications to a Telegram group or user. - - {% endif %}