i don't remember what i changed.

git-svn-id: http://www.observium.org/svn/observer/trunk@2654 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-10-05 16:22:37 +00:00
parent 2461e35dee
commit cb7a0d39c7
4 changed files with 8 additions and 6 deletions
@@ -8,7 +8,7 @@ if($width > "500")
$descr_len=18;
} else {
$descr_len=8;
$descr_len += round(($width - 250) / 8);
$descr_len += round(($width - 260) / 9.5);
}
$unit_text = "Bits/sec";