From: Marcin Haba Date: Wed, 24 Apr 2019 06:02:01 +0000 (+0200) Subject: baculum: Add capability to define multiple drivetype and fstype directives in fileset... X-Git-Tag: Release-9.4.3~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15d1ac7f095625dafe3442b2c0121bba2e785901;p=thirdparty%2Fbacula.git baculum: Add capability to define multiple drivetype and fstype directives in fileset resource --- diff --git a/gui/baculum/protected/Web/Data/data_desc.json b/gui/baculum/protected/Web/Data/data_desc.json index 851e3a00b..192cb27f7 100644 --- a/gui/baculum/protected/Web/Data/data_desc.json +++ b/gui/baculum/protected/Web/Data/data_desc.json @@ -1348,13 +1348,13 @@ "Required": false, "ValueType": "str", "DefaultValue": 0, - "FieldType": "TextBox" + "FieldType": "MultiTextBox" }, "DriveType": { "Required": false, "ValueType": "str", "DefaultValue": 0, - "FieldType": "TextBox" + "FieldType": "MultiTextBox" }, "HfsPlusSupport": { "Required": false,