From: Felix Dörre Date: Fri, 24 Nov 2017 09:28:00 +0000 (+0100) Subject: add: color motions, currently the passing definition is yes>no X-Git-Url: https://code.wpia.club/?p=motion.git;a=commitdiff_plain;h=aaeb163071d438863ecd496c3a6c3753f280707e add: color motions, currently the passing definition is yes>no --- diff --git a/templates/motion.html b/templates/motion.html index 10dddcc..1c228f3 100644 --- a/templates/motion.html +++ b/templates/motion.html @@ -1,4 +1,9 @@ -
+
# {{motion.name}} ({{ 'Running' if motion.running else ('Canceled' if motion.canceled != None else 'Finished') }})