cloudfoundry / stratos

Stratos: Web-based Management UI for Cloud Foundry and Kubernetes
Apache License 2.0
244 stars 131 forks source link

Fix visual issues with the services json schema form #3417

Open richard-cox opened 5 years ago

richard-cox commented 5 years ago
Lucsantosg commented 5 years ago

Here is an illustration of the suggestions above for the purpose of:

image

Note also that the Instance Name parameter duplicates (and, thus, could conflict) with the main instance Name (at the top of the page.

gberche-orange commented 5 years ago

@Lucsantosg

Note also that the Instance Name parameter duplicates (and, thus, could conflict) with the main instance Name (at the top of the page.

This conflict actually comes from a "instance name" service parameter declared by the service broker in its catalog json schema.

Confusion could potentially be reduced by having a box around service parameters to group them together, as well as offering the ability to display the json schema with hint such as "Learn more about this form" when a json schema is associated to the service plan.