mirror of
https://github.com/Dvorinka/beszel.git
synced 2026-06-03 21:02:56 +00:00
20 lines
426 B
YAML
20 lines
426 B
YAML
body:
|
|
- type: dropdown
|
|
id: component
|
|
attributes:
|
|
label: Component
|
|
description: Which part of Beszel is this about?
|
|
options:
|
|
- Hub
|
|
- Agent
|
|
- Hub & Agent
|
|
default: 0
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: Please describe in detail what you want to share.
|
|
validations:
|
|
required: true
|