]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl display fix
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 19 Sep 2006 21:52:13 +0000 (21:52 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 19 Sep 2006 21:52:13 +0000 (21:52 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3486 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/html/bweb.js

index 7b73717108ea8ddd91ac922ed75efa354424d08e..fdcff51927107359d9f928d3a711d711c2260cb2 100644 (file)
@@ -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) {