Link to GitHub on Integrations page.

This commit is contained in:
Pēteris Caune 2016-08-11 00:21:32 +03:00
parent cd6e63bdb7
commit 71769e2c14
3 changed files with 18 additions and 4 deletions

View File

@ -120,7 +120,7 @@ table.channels-table > tbody > tr > th {
margin-left: 72px; margin-left: 72px;
} }
.add-integration a { .add-integration a.btn {
position: absolute; position: absolute;
right: 16px; right: 16px;
top: 50%; top: 50%;
@ -172,4 +172,12 @@ table.channels-table > tbody > tr > th {
.variable-column { .variable-column {
width: 160px; width: 160px;
}
.add-integration li.link-to-github {
padding: 16px 8px;
}
.link-to-github p {
margin-bottom: 0;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -201,10 +201,16 @@
<a href="{% url 'hc-add-pushover' %}" class="btn btn-primary">Add Integration</a> <a href="{% url 'hc-add-pushover' %}" class="btn btn-primary">Add Integration</a>
</li> </li>
{% endif %} {% endif %}
<li class="link-to-github">
<img src="{% static 'img/integrations/missing.png' %}"
class="icon" alt="Suggest New Integration" />
<p>
Your favorite service or notification method not listed? <br />
Please <a href="https://github.com/healthchecks/healthchecks/issues">file an issue on GitHub</a>!
</p>
</li>
</ul> </ul>
</div> </div>
</div> </div>