diff --git a/CHANGELOG.md b/CHANGELOG.md index adfacfe4..38f167e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. - Show check counts in JSON "badges" (#251) - Webhooks support HTTP PUT (#249) - Webhooks can use different req. bodies and headers for "up" and "down" events. (#249) +- Show check's code instead of full URL on 992px - 1200px wide screens. (#253) ### Bug Fixes - Fix badges for tags containing special characters (#240, #237) diff --git a/templates/front/my_checks_desktop.html b/templates/front/my_checks_desktop.html index 87555f25..8561e5ec 100644 --- a/templates/front/my_checks_desktop.html +++ b/templates/front/my_checks_desktop.html @@ -21,7 +21,10 @@ {% endif %} - Ping URL + + Ping URL + Code + Integrations Period
@@ -68,7 +71,7 @@ - {{ ping_endpoint }}{{ check.code }} + {{ ping_endpoint }}{{ check.code }}