From a9957394b77deb65c3c7b7cca5c8c40b159b4e41 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Tue, 17 Oct 2017 18:03:03 -0500 Subject: [PATCH] Fixes atmos filters --- nano/templates/omni_filter.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano/templates/omni_filter.tmpl b/nano/templates/omni_filter.tmpl index 8f2dbfc924..7e99e73786 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.atmo_filter ? null : 'disabled', value.f_type ? 'selected' : null)}}
{{/for}}