Empty dropdown is selectable in "add node" popup window
Closed this issue · 5 comments
bart-blommaerts commented
When adding a node when no groups are existing yet, the group dropdown box is selectable, but it doesn't contain any content.
As requested from Ordina-Group/microservices-dashboard-server#36 (comment)
bart-blommaerts commented
andreasevers commented
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).
bart-blommaerts commented
Can the type be pre-filled in the dropdown then? (if it's known)
ryandegruyter commented
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.