From b46c1ddcc7264e811b6b64510e786b0cea79fce6 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 21 Oct 2016 12:08:13 -0700 Subject: multi-select for agent on RADIUS usage report, RT#73050 --- httemplate/search/report_sqlradius_usage.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'httemplate/search/report_sqlradius_usage.html') diff --git a/httemplate/search/report_sqlradius_usage.html b/httemplate/search/report_sqlradius_usage.html index 89b60847b..38d52e531 100644 --- a/httemplate/search/report_sqlradius_usage.html +++ b/httemplate/search/report_sqlradius_usage.html @@ -6,7 +6,9 @@ <& /elements/tr-select-agent.html, - 'empty_label' => 'all', + 'multiple' => 1, + 'disable_empty' => 1, + #'empty_label' => 'all', &> %#more future-proof to actually ask all exports if they ->can('usage_sessions') -- cgit v1.2.1