diff options
-rw-r--r-- | FS/FS/part_pkg/torrus_bw_usage.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/FS/FS/part_pkg/torrus_bw_usage.pm b/FS/FS/part_pkg/torrus_bw_usage.pm index 5ce2005e8..5a2dd36a0 100644 --- a/FS/FS/part_pkg/torrus_bw_usage.pm +++ b/FS/FS/part_pkg/torrus_bw_usage.pm @@ -25,8 +25,9 @@ our %info = ( 'freq' => 'm', ); -sub _torrus_name { 'VOLUME'; } -sub _torrus_base { 'base_gb'; } -sub _torrus_rate { 'gb_rate'; } +sub _torrus_name { 'VOLUME'; } +sub _torrus_base { 'base_gb'; } +sub _torrus_rate { 'gb_rate'; } +sub _torrus_label { 'gb'; }; 1; |