diff --git a/hc/front/urls.py b/hc/front/urls.py index ef3fad79..7b46eda0 100644 --- a/hc/front/urls.py +++ b/hc/front/urls.py @@ -40,6 +40,7 @@ channel_urls = [ path('/checks/', views.channel_checks, name="hc-channel-checks"), path('/name/', views.update_channel_name, name="hc-channel-name"), path('/remove/', views.remove_channel, name="hc-remove-channel"), + path('add_pagerteam/', views.add_pagertree, name="hc-add-pagerteam"), path('/verify//', views.verify_email, name="hc-verify-email"), path('/unsub//', views.unsubscribe_email, diff --git a/static/img/integrations/pagerteam.png b/static/img/integrations/pagerteam.png new file mode 100644 index 00000000..18c130a4 Binary files /dev/null and b/static/img/integrations/pagerteam.png differ diff --git a/static/img/integrations/setup_pagerteam_1.png b/static/img/integrations/setup_pagerteam_1.png new file mode 100644 index 00000000..f58a0d2d Binary files /dev/null and b/static/img/integrations/setup_pagerteam_1.png differ diff --git a/templates/front/channels.html b/templates/front/channels.html index 0064984e..a8bfd522 100644 --- a/templates/front/channels.html +++ b/templates/front/channels.html @@ -243,6 +243,15 @@ Add Integration +
  • + PagerTeam icon + +

    Pager Team

    +

    On-call rotations without limits

    + + Add Integration +
  • {% if enable_discord %}