From 5f0b02845e3d6c579c0197e24a69239168bd25e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Thu, 30 May 2019 11:52:33 +0300 Subject: [PATCH] Show check's code instead of full URL on 992px - 1200px wide screens. Fixes #253 --- CHANGELOG.md | 1 + templates/front/my_checks_desktop.html | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 }}