From 3c31e6f8a224760b0280975c1d10538905c2b499 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 23 Mar 2007 08:08:34 +0000 Subject: [PATCH] ebl fix unit git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4387 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/html/bweb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/bweb/html/bweb.js b/gui/bweb/html/bweb.js index 78b2dc9f5f..2498c3d601 100644 --- a/gui/bweb/html/bweb.js +++ b/gui/bweb/html/bweb.js @@ -94,7 +94,7 @@ function human_size(val) if (!val) { return ''; } - var unit = ['b', 'Kb', 'Mb', 'Gb', 'Tb']; + var unit = ['B', 'KB, 'MB', 'GB', 'TB']; var i=0; var format; while (val /1024 > 1) { -- 2.39.5