forked from GithubBackups/healthchecks
Showcase the "Check Details" page and the badges
This commit is contained in:
parent
d77a1a7c60
commit
3a8056f0e2
BIN
static/img/badges.png
Normal file
BIN
static/img/badges.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
static/img/badges@2x.png
Normal file
BIN
static/img/badges@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
static/img/check_details.png
Normal file
BIN
static/img/check_details.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
BIN
static/img/check_details@2x.png
Normal file
BIN
static/img/check_details@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
@ -31,7 +31,7 @@
|
|||||||
you have used. Additionally, the "{% site_name %}"
|
you have used. Additionally, the "{% site_name %}"
|
||||||
badge shows the overall status of all checks in your
|
badge shows the overall status of all checks in your
|
||||||
account. The badges have public, but hard-to-guess
|
account. The badges have public, but hard-to-guess
|
||||||
URLs. You can use them to your READMEs,
|
URLs. You can use them in your READMEs,
|
||||||
dashboards or status pages.
|
dashboards or status pages.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -178,9 +178,15 @@
|
|||||||
periodically running task you want to monitor.
|
periodically running task you want to monitor.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Give names to your checks to easily recognize them
|
Give names and assign tags to your checks to easily recognize
|
||||||
later. Adjust Period and Grace time to match the periodicity
|
them later.
|
||||||
and duration of your tasks.
|
</p>
|
||||||
|
<p>
|
||||||
|
Tap on the integration icons to toggle them on and off.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Adjust Period and Grace time to match the
|
||||||
|
periodicity and duration of your tasks.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -266,6 +272,27 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="row tour-section">
|
||||||
|
<div class="col-sm-8">
|
||||||
|
<img
|
||||||
|
class="img-responsive"
|
||||||
|
src="{% static 'img/check_details.png' %}"
|
||||||
|
srcset="{% static 'img/check_details.png'%} 1x, {% static 'img/check_details@2x.png'%} 2x"
|
||||||
|
alt="Details Page" />
|
||||||
|
</div>
|
||||||
|
<div class="col-sm-4">
|
||||||
|
<p>
|
||||||
|
You can add a longer, free-form description to each
|
||||||
|
check. Leave notes and pointers for your future self and
|
||||||
|
for your team.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
You can also see the log of received pings and
|
||||||
|
sent "Down" notifications.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="row tour-section">
|
<div class="row tour-section">
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<img
|
<img
|
||||||
@ -372,6 +399,28 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="row tour-section">
|
||||||
|
<div class="col-sm-8">
|
||||||
|
<img
|
||||||
|
class="img-responsive"
|
||||||
|
src="{% static 'img/badges.png' %}"
|
||||||
|
srcset="{% static 'img/badges.png'%} 1x, {% static 'img/badges@2x.png'%} 2x"
|
||||||
|
alt="Details Page" />
|
||||||
|
</div>
|
||||||
|
<div class="col-sm-4">
|
||||||
|
<p>
|
||||||
|
{% site_name %} provides status badges for each of the tags
|
||||||
|
you have used. Additionally, the "{% site_name %}" badge
|
||||||
|
shows the overall status of all checks in your account.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
The badges have public, but hard-to-guess URLs.
|
||||||
|
You can use them in your READMEs, dashboards or status pages.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
{% if registration_open %}
|
{% if registration_open %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user