Update 2-4.yml

This commit is contained in:
Doug Burks
2023-08-31 10:12:47 -04:00
committed by GitHub
parent 8ffb6b9e1c
commit a1b76d2cd3

View File

@@ -94,6 +94,30 @@ body:
- other (please provide detail below) - other (please provide detail below)
validations: validations:
required: true required: true
- type: input
attributes:
label: CPU
description: How many CPU cores do you have?
validations:
required: true
- type: input
attributes:
label: RAM
description: How much RAM do you have?
validations:
required: true
- type: input
attributes:
label: Storage for /
description: How much storage do you have for the / partition?
validations:
required: true
- type: input
attributes:
label: Storage for /nsm
description: How much storage do you have for the /nsm partition?
validations:
required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: Network Traffic Collection label: Network Traffic Collection