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

Add a placeholder to the product issue forms

Add a placeholder value for the last updated input in both the product
submission and product update issue forms. This will encourage the
appropriate timestamp format.
This commit is contained in:
Nicholas McDonnell 2021-12-28 12:45:46 -05:00
parent a91ebf78a6
commit 90a215e618
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1
2 changed files with 2 additions and 0 deletions

View file

@ -71,6 +71,7 @@ body:
attributes: attributes:
label: Last updated label: Last updated
description: When was the product last updated? description: When was the product last updated?
placeholder: "2021-12-06"
- type: textarea - type: textarea
id: product-notes id: product-notes
attributes: attributes:

View file

@ -69,6 +69,7 @@ body:
attributes: attributes:
label: Last updated label: Last updated
description: When was the product last updated? description: When was the product last updated?
placeholder: "2021-12-06"
- type: textarea - type: textarea
id: product-notes id: product-notes
attributes: attributes: