Browse Source

Update Pagertree setup instructions.

pull/248/head
Pēteris Caune 6 years ago
parent
commit
1cf08e0048
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
4 changed files with 6 additions and 3 deletions
  1. BIN
      static/img/integrations/setup_pagertree_1.png
  2. BIN
      static/img/integrations/setup_pagertree_2.png
  3. BIN
      static/img/integrations/setup_pagertree_3.png
  4. +6
    -3
      templates/integrations/add_pagertree.html

BIN
static/img/integrations/setup_pagertree_1.png View File

Before After
Width: 438  |  Height: 161  |  Size: 7.2 KiB Width: 1069  |  Height: 525  |  Size: 50 KiB

BIN
static/img/integrations/setup_pagertree_2.png View File

Before After
Width: 449  |  Height: 362  |  Size: 12 KiB Width: 590  |  Height: 378  |  Size: 6.7 KiB

BIN
static/img/integrations/setup_pagertree_3.png View File

Before After
Width: 530  |  Height: 84  |  Size: 6.4 KiB Width: 733  |  Height: 667  |  Size: 21 KiB

+ 6
- 3
templates/integrations/add_pagertree.html View File

@ -19,7 +19,8 @@
<div class="col-sm-6"> <div class="col-sm-6">
<span class="step-no">1</span> <span class="step-no">1</span>
<p> <p>
Log into your PagerTree account, select the team you wish to add this integration to. Click the <strong>Integrations</strong> tab. Then click the <strong>+ Integration</strong> button.
Log into your PagerTree account, click the <strong>Integrations</strong> tab.
Then click the <strong>Create Integration</strong> button.
</p> </p>
</div> </div>
<div class="col-sm-6"> <div class="col-sm-6">
@ -49,7 +50,9 @@
<div class="col-sm-6"> <div class="col-sm-6">
<span class="step-no">3</span> <span class="step-no">3</span>
<p> <p>
Copy the <strong>Webhook URL</strong> and paste it below. Save the integration, and you are done!
Copy the <strong>Endpoint URL</strong> and paste it
in the form below.
Save the integration, and you are done!
</p> </p>
</div> </div>
<div class="col-sm-6"> <div class="col-sm-6">
@ -65,7 +68,7 @@
<form method="post" class="form-horizontal" action="{% url 'hc-add-pagertree' %}"> <form method="post" class="form-horizontal" action="{% url 'hc-add-pagertree' %}">
{% csrf_token %} {% csrf_token %}
<div class="form-group {{ form.value.css_classes }}"> <div class="form-group {{ form.value.css_classes }}">
<label for="post-url" class="col-sm-2 control-label">URL</label>
<label for="post-url" class="col-sm-2 control-label">Endpoint</label>
<div class="col-sm-10"> <div class="col-sm-10">
<input <input
id="post-url" id="post-url"


Loading…
Cancel
Save