From: Eric Bollengier Date: Tue, 19 Sep 2006 21:52:13 +0000 (+0000) Subject: ebl display fix X-Git-Tag: Release-2.0.0~431 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=76bd9935e7dd5ef48362661ebfa16fa051f57b34;p=bacula%2Fbacula ebl display fix git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3486 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/html/bweb.js b/gui/bweb/html/bweb.js index 7b73717108..fdcff51927 100644 --- a/gui/bweb/html/bweb.js +++ b/gui/bweb/html/bweb.js @@ -213,7 +213,7 @@ function percent_usage(value, parent) return; } - if (value <= 0) { + if (value <= 0.001) { type = "Empty"; value = 0; } else if (value <= 40) {