From a464154151f8a9d992ebcdf0dbe9a9a67b69aaf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Tue, 5 Nov 2019 09:52:32 +0200 Subject: [PATCH] On mobile, don't show the "Last Ping" column, but show the gear (Details) button. Fixes #286 --- templates/front/my_checks_desktop.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/front/my_checks_desktop.html b/templates/front/my_checks_desktop.html index 87743c96..25e8327a 100644 --- a/templates/front/my_checks_desktop.html +++ b/templates/front/my_checks_desktop.html @@ -30,7 +30,7 @@ Period
Grace - + {% if sort == "last_ping" %} Last Ping @@ -49,7 +49,7 @@ Last Duration {% endif %} - + {% for check in checks %} - +
{% include "front/last_ping_cell.html" with check=check %}
- +