]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl change max volume size
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 21 Jun 2007 16:30:59 +0000 (16:30 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 21 Jun 2007 16:30:59 +0000 (16:30 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5055 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/html/bweb.js

index 7d2c0e5f0e247176dfbdd0248c24ded9d00d58a6..92de08f95b2da2b95b694ab7151ec6a1642a3a95 100644 (file)
@@ -232,7 +232,7 @@ function percent_usage(value, parent)
        return;
    }
 
-   if (value >= 101) {
+   if (value >= 500) {
       return;
    } else if (value <= 0.001) {
       type = "Empty";