summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2011-01-24 03:06:01 +0000
committerivan <ivan>2011-01-24 03:06:01 +0000
commit1f92d7423c25020073258be7453b046b30f88bc1 (patch)
tree05f66ae1fb21f5f85e7939f851a8132c2955250d /FS
parent407fe3e7c401c7d2a7d6c3d9a0b22415a6d0a095 (diff)
torrus, RT#10574
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/part_pkg/torrus_bw_usage.pm7
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;