From: Marcin Haba Date: Tue, 16 Apr 2019 04:48:14 +0000 (+0200) Subject: baculum: Change PoolType field from text box into combo box X-Git-Tag: Release-9.4.3~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d18c5d3186a8324aaf5cc99b152ffff35d7e235;p=thirdparty%2Fbacula.git baculum: Change PoolType field from text box into combo box --- diff --git a/gui/baculum/protected/Web/Data/data_desc.json b/gui/baculum/protected/Web/Data/data_desc.json index 6ee4ff38f..a039b4f7d 100644 --- a/gui/baculum/protected/Web/Data/data_desc.json +++ b/gui/baculum/protected/Web/Data/data_desc.json @@ -1394,7 +1394,8 @@ "Required": true, "ValueType": "strname", "DefaultValue": 0, - "FieldType": "TextBox" + "FieldType": "ComboBox", + "Data": ["Backup"] }, "LabelFormat": { "Required": false,