From 1df732061f526c4e879011f67c076cca15ce1d7d Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Sat, 19 Nov 2016 08:39:36 +0100 Subject: [PATCH] fixed bug with reasons --- app/client/alarm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/alarm.html b/app/client/alarm.html index 4ba52fc..e9cbbed 100644 --- a/app/client/alarm.html +++ b/app/client/alarm.html @@ -4,7 +4,7 @@
{{#with state}} {{#if alarmTriggered}} -
{{ pretty_reason alarmReasons }}
+ {{ pretty_reasons alarmReasons }} {{/if}}