Fixed a bug which prevented mailtraffic from being shown
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
2
templates/Sparkle/assets/js/traffic.js
vendored
2
templates/Sparkle/assets/js/traffic.js
vendored
@@ -24,7 +24,7 @@ $(document).ready(function(){
|
|||||||
}
|
}
|
||||||
ftp.push([i, parseFloat(ftpd) / 1024]);
|
ftp.push([i, parseFloat(ftpd) / 1024]);
|
||||||
http.push([i, parseFloat(httpd) / 1024]);
|
http.push([i, parseFloat(httpd) / 1024]);
|
||||||
mail.push([i, parseFloat(maild)] / 1024);
|
mail.push([i, parseFloat(maild) / 1024]);
|
||||||
aticks.push([i, day]);
|
aticks.push([i, day]);
|
||||||
if (ftpd > max)
|
if (ftpd > max)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user