Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Display server location #40

Open
maikschneider opened this issue Sep 16, 2024 · 0 comments
Open

Feature request: Display server location #40

maikschneider opened this issue Sep 16, 2024 · 0 comments

Comments

@maikschneider
Copy link
Member

To distinguish between master and frontend server, it would be nice to have labels (and maybe server url) in the backend form selection form.

The location of the servers is in the JSON response of the formcycle FormList plugin:

[
  {...},
  {
        "servers": {
            "frontend": [
                {
                    "name": "FS1",
                    "type": "frontend",
                    "url": "https://training.formcycle.eu/frontend-server/"
                }
            ],
            "master": [
                {
                    "name": "170cb0ed-cbdf-4199-ba0d-8d0f78a7c7ee",
                    "type": "master",
                    "url": "https://training.formcycle.eu:443/formcycle/"
                }
            ],
            "origin": {
                "name": "170cb0ed-cbdf-4199-ba0d-8d0f78a7c7ee",
                "type": "master",
                "url": "https://training.formcycle.eu/formcycle/"
            },
            "request": {
                "name": "170cb0ed-cbdf-4199-ba0d-8d0f78a7c7ee",
                "type": "master",
                "url": "https://training.formcycle.eu:443/formcycle/"
            }
        }
    }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant