Increased max lenght for post field value

Fixes #1148.
This commit is contained in:
Tim Zandbergen 2021-12-10 22:40:14 +01:00
parent 87dfcd183b
commit d725bd9234
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
<!-- Custom request method -->
{{ macro.input_field("text", "request_method", "requestMethod types typeWebsite", "request_method", label_custom_request_method, edit_value_request_method, null, "50") }}
<!-- Post field -->
{{ macro.input_field("text", "post_field", "types typeWebsite typeGroup", "post_field", label_post_field, edit_value_post_field, "param1=val1&param2=val2&...", "50", 'post_field_help', label_post_field_description) }}
{{ macro.input_field("text", "post_field", "types typeWebsite typeGroup", "post_field", label_post_field, edit_value_post_field, "param1=val1&param2=val2&...", "255", 'post_field_help', label_post_field_description) }}
<!-- Pattern -->
{{ macro.input_field("text", "pattern", "types typeWebsite", "pattern", label_pattern, edit_value_pattern, null, "255", 'pattern_help', label_pattern_description) }}
<!-- Pattern online/offline (Didn't use the macro because of the custom col.) -->