Skip to content

[BUG] Visual bug when applying templates #3401

@Simonmiz

Description

@Simonmiz

What happened?

When applying a template to a Service, and trying to edit and multiselect option, parts of it are being cut off visually

Image

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

  • I have removed all private data from the configuration file and the logs

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions