diff options
author | Mark Wells <mark@freeside.biz> | 2016-10-26 13:44:27 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-10-26 13:44:36 -0700 |
commit | 21802b5591a2a1c580b4c2fc6490693bc3af52f6 (patch) | |
tree | eca74a8344befa912a814698896da8c9a07726dd /httemplate/view | |
parent | 0ae9ab3d7db1f7c231028717dcdbc0e35e030ed4 (diff) |
improve RADIUS data usage report: multiple export selection, optionally group by package, #73093 and #73049
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index 695336c62..d9190ee28 100644 --- a/httemplate/view/cust_main/menu.html +++ b/httemplate/view/cust_main/menu.html @@ -396,7 +396,7 @@ my @menu = ( acl => 'Usage: RADIUS sessions', actionlabel => 'Data usage report', width => 480, - height => 245, + height => 345, condition => sub { shift->num_usage_pkgs > 0 }, }, { |