mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
billing fixes and improvements
git-svn-id: http://www.observium.org/svn/observer/trunk@2764 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -9,7 +9,7 @@ function format_bytes_billing($value)
|
||||
function format_bytes_billing_short($value)
|
||||
{
|
||||
global $config;
|
||||
return format_number($value, $config['billing']['base'], 1);
|
||||
return format_number($value, $config['billing']['base'], 2, 3);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user