1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 16:40:48 +00:00

Add placeholders in the product submission form

Add placeholders for some of the required inputs in the form. This will
be most helpful for the product version, but for completeness they have
also been added for the product vendor and name.

Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
This commit is contained in:
Nicholas McDonnell 2021-12-28 10:27:14 -05:00
parent 0804f1e8e9
commit 230b4c999e
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1

View file

@ -8,6 +8,7 @@ body:
attributes:
label: Product vendor
description: Who is the vendor for the product?
placeholder: Cisco, Dell, IBM, etc.
validations:
required: true
- type: input
@ -15,6 +16,7 @@ body:
attributes:
label: Product name
description: What is the name of the product?
placeholder: AppDynamics, BigFix Inventory, Centera, etc.
validations:
required: true
- type: input
@ -22,6 +24,7 @@ body:
attributes:
label: Product version(s)
description: What version(s) of the product are affected?
placeholder: v2; 1.5; >3; >=4; >5, <6; etc.
validations:
required: true
- type: dropdown