mirror of https://github.com/tteck/Proxmox.git
parent
2fa12a1b97
commit
75532e028c
|
@ -27,10 +27,19 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Which Linux distribution are you employing?
|
label: What settings are you currently utilizing?
|
||||||
options:
|
options:
|
||||||
-
|
-
|
||||||
- Default Settings
|
- Default Settings
|
||||||
|
- Advanced Settings
|
||||||
|
- type: dropdown
|
||||||
|
id: distribution
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: Which Linux distribution are you employing?
|
||||||
|
options:
|
||||||
|
-
|
||||||
- Debian 11
|
- Debian 11
|
||||||
- Debian 12
|
- Debian 12
|
||||||
- Ubuntu 20.04
|
- Ubuntu 20.04
|
||||||
|
|
Loading…
Reference in New Issue