Ordina-Group/microservices-dashboard

Empty dropdown is selectable in "add node" popup window

Closed this issue · 5 comments

When adding a node when no groups are existing yet, the group dropdown box is selectable, but it doesn't contain any content.

image

As requested from Ordina-Group/microservices-dashboard-server#36 (comment)

Other small issue related to the selection of dropdowns:

Selecting a type is only available in "edit" mode not in "create" mode.

image

vs

image

That's because you're clicking a "create node" button in one of the columns, indicating you want the type of that column.

For the backend column though, it's still a valid issue since we want to be able to select one of many options there (SOAP, DB, REST, JMS).

Can the type be pre-filled in the dropdown then? (if it's known)

edit: It prefills when the group/type is known, for example if you click on the user microservice it will select the FUNCTIONAL group and the type will be MICROSERVICE.

Since we're going to rebuild the UI from scratch I'm closing this issue.
If you still have any questions, don't hesitate to reach out on Gitter or open a new issue!