We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To distinguish between master and frontend server, it would be nice to have labels (and maybe server url) in the backend form selection form.
master
frontend
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/" } } } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To distinguish between
master
andfrontend
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:
The text was updated successfully, but these errors were encountered: