From 7549977ef12514830247dfcb8c026c81d0d86b17 Mon Sep 17 00:00:00 2001 From: Alexey Nikolaenko Date: Sun, 12 Jun 2016 11:38:36 +0100 Subject: [PATCH] Allow to setup design for Status Case badge Now it's possible to setup desired design with STATUSCAKE property. Example: { 'trackid': 'id', 'days': 7, 'design': 4, 'rumid': id} --- templates/partial/statuscake.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partial/statuscake.html b/templates/partial/statuscake.html index 250ff55..7555149 100644 --- a/templates/partial/statuscake.html +++ b/templates/partial/statuscake.html @@ -1,7 +1,7 @@ {% if STATUSCAKE['trackid'] %} - {{ SITENAME }} Uptime + {{ SITENAME }} Uptime {% endif %}