From: Marcin Haba Date: Thu, 28 Jan 2021 06:39:44 +0000 (+0100) Subject: baculum: Tweak update warning message regex X-Git-Tag: Release-11.0.1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe448c51b29ec5117416c496e6fdeea46cf5ef5c;p=thirdparty%2Fbacula.git baculum: Tweak update warning message regex --- diff --git a/gui/baculum/protected/Web/JavaScript/misc.js b/gui/baculum/protected/Web/JavaScript/misc.js index 59bea3c9b..271490ad8 100644 --- a/gui/baculum/protected/Web/JavaScript/misc.js +++ b/gui/baculum/protected/Web/JavaScript/misc.js @@ -813,7 +813,9 @@ var MsgEnvelope = { }, issue_regex: { // @TODO: add more regexes warning: [ - /Cannot find any appendable volumes/g + /Cannot find any appendable volumes/g, + /Please mount read Volume/g, + /Please mount append Volume/g ], error: [ /ERR=/g