mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Adjust markdown element in product submission form
Move the markdown element that explains available statuses down so it appears close to where a user is selecting the status. Given how form elements are rendered it has been adjusted to appear after the dropdown itself. Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
This commit is contained in:
parent
aa710d2818
commit
41e536e228
1 changed files with 11 additions and 11 deletions
|
@ -3,17 +3,6 @@ name: Submit a Product
|
|||
description: Submit a product to the database
|
||||
title: "[Product Submission]: <vendor> - <product>"
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
For questions about choice for status, please see the information below.
|
||||
|
||||
- Unknown - Status unknown. Default choice.
|
||||
- Affected - Reported to be affected by CVE-2021-44228.
|
||||
- Not Affected - Reported to NOT be affected by CVE-2021-44228 and no
|
||||
further action necessary.
|
||||
- Fixed - Patch and/or mitigations available (see provided links).
|
||||
- Under Investigation - Vendor investigating status.
|
||||
- type: input
|
||||
id: product-vendor
|
||||
attributes:
|
||||
|
@ -48,6 +37,17 @@ body:
|
|||
- Under Investigation
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please use the information below when selecting a status.
|
||||
|
||||
- Unknown - Status unknown. Default choice.
|
||||
- Affected - Reported to be affected by CVE-2021-44228.
|
||||
- Not Affected - Reported to NOT be affected by CVE-2021-44228 and no
|
||||
further action necessary.
|
||||
- Fixed - Patch and/or mitigations available (see provided links).
|
||||
- Under Investigation - Vendor investigating status.
|
||||
- type: dropdown
|
||||
id: product-updated
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue