diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-10-21 12:08:12 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-10-21 12:08:12 -0700 |
| commit | ade06c71a2159e9079951c00662843455b01a5d8 (patch) | |
| tree | 73d04bb2f65db8277700d45f873bfd0f11a6d227 /httemplate/search/report_sqlradius_usage.html | |
| parent | 3ac361c2b6b52209436b828be21ef8c416ba8ffc (diff) | |
multi-select for agent on RADIUS usage report, RT#73050
Diffstat (limited to 'httemplate/search/report_sqlradius_usage.html')
| -rw-r--r-- | httemplate/search/report_sqlradius_usage.html | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ <TABLE BGCOLOR="#cccccc" CELLSPACING=0> <& /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') |
