What happened?
When applying a template to a Service, and trying to edit and multiselect option, parts of it are being cut off visually
How to reproduce?
I think when the template doesnt have a lot of options, thus the page being small(er) and then some parts are cut off, first noticed in 1.6.9, also first time me using templates.
Configuration file(s) (yaml or .env)
Template config:
{
"id": "default-privat",
"name": "Standard für Private Software",
"settings": {
"SERVER_NAME": "example.DOMAIN.TLD",
"USE_ANTIBOT": "javascript",
"USE_BROTLI": "yes",
"BLACKLIST_COUNTRY": "",
"WHITELIST_COUNTRY": "@DACH @NORDICS",
"AUTO_LETS_ENCRYPT": "yes",
"LETS_ENCRYPT_PASSTHROUGH": "no",
"ALLOWED_METHODS": "GET|POST|HEAD",
"USE_REVERSE_PROXY": "yes",
"REVERSE_PROXY_HOST": "",
"REVERSE_PROXY_WS": "no"
},
"steps": [
{
"title": "Standard",
"settings": [
"SERVER_NAME",
"USE_ANTIBOT"
],
"configs": []
},
{
"title": "Reverse Proxy",
"settings": [
"REVERSE_PROXY_HOST",
"USE_REVERSE_PROXY",
"REVERSE_PROXY_WS"
],
"configs": []
},
{
"title": "White & Blacklist",
"settings": [
"WHITELIST_COUNTRY",
"BLACKLIST_COUNTRY"
],
"configs": []
},
{
"title": "Sonstiges",
"settings": [
"AUTO_LETS_ENCRYPT",
"LETS_ENCRYPT_PASSTHROUGH",
"ALLOWED_METHODS",
"USE_BROTLI"
],
"configs": []
}
],
"configs": []
}
Relevant log output
BunkerWeb version
1.6.10-rc2
What integration are you using?
Linux
Linux distribution (if applicable)
No response
Removed private data
Code of Conduct
What happened?
When applying a template to a Service, and trying to edit and multiselect option, parts of it are being cut off visually
How to reproduce?
I think when the template doesnt have a lot of options, thus the page being small(er) and then some parts are cut off, first noticed in 1.6.9, also first time me using templates.
Configuration file(s) (yaml or .env)
Relevant log output
BunkerWeb version
1.6.10-rc2
What integration are you using?
Linux
Linux distribution (if applicable)
No response
Removed private data
Code of Conduct