From d2426d3acaeed7afa85ca60a0e739b28c5db6777 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Wed, 18 Oct 2017 13:42:29 -0400 Subject: [PATCH] Fixes omni filters --- nano/templates/omni_filter.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nano/templates/omni_filter.tmpl b/nano/templates/omni_filter.tmpl index 8f2dbfc924..782d774fdb 100644 --- a/nano/templates/omni_filter.tmpl +++ b/nano/templates/omni_filter.tmpl @@ -36,7 +36,7 @@
Filter
{{for data.ports}}
- {{:helper.link(value.f_type ? value.f_type : 'None', null, {'command' : 'switch_filter', 'mode' : value.f_type, 'dir' : value.dir}, value.filter ? null : 'disabled', value.f_type ? 'selected' : null)}} + {{:helper.link(value.f_type ? value.f_type : 'None', null, {'command' : 'switch_filter', 'mode' : value.f_type, 'dir' : value.dir}, value.atmos_filter ? null : 'disabled', value.f_type ? 'selected' : null)}}
{{/for}} @@ -84,4 +84,4 @@ Flow Rate: {{:(data.last_flow_rate/10)}} L/s {{/if}} - \ No newline at end of file +