mirror of https://github.com/ventoy/Ventoy.git
template update
This commit is contained in:
parent
1f3b3afa35
commit
9a471f4956
|
@ -44,7 +44,15 @@ body:
|
||||||
- MBR
|
- MBR
|
||||||
- GPT
|
- GPT
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: filename
|
||||||
|
attributes:
|
||||||
|
label: Image file name
|
||||||
|
description: The successfully tested image file name.
|
||||||
|
placeholder: xxxx.iso
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: checksum
|
id: checksum
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue