beer-garden / react-ui

Frontend for beer-garden built on React
MIT License
1 stars 8 forks source link

Garden settings should show only parameters for selected connection type #400

Closed scott-taubman closed 1 year ago

scott-taubman commented 1 year ago

The garden connection settings currently shows the parameters for all of the connection settings (both HTTP and STOMP) rather than just those for the connection type you have selected. This leads to the same sort of confusion that the old UI had, where you could enter and save STOMP settings but still not have things working because you accidentally selected HTTP from the dropdown. It would be less error prone if the drop down selection determined which set of parameters was displayed.