From cb4a15be51e013118b64df35d5aa9cfd987fe383 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 21 Jun 2007 16:30:59 +0000 Subject: [PATCH] ebl change max volume size git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5055 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 7d2c0e5f0e..92de08f95b 100644 --- a/gui/bweb/html/bweb.js +++ b/gui/bweb/html/bweb.js @@ -232,7 +232,7 @@ function percent_usage(value, parent) return; } - if (value >= 101) { + if (value >= 500) { return; } else if (value <= 0.001) { type = "Empty"; -- 2.39.5