This PR changes the UI routes to avoid issue with RH login dialog showing up on page reload.
With these changes, the / path shows the main application view with deployment. However, to get to that, user has to do the two logins. First one with admin and the password and then the RH login (SSO).
After the login flow is done, reloading the page does not bring up the RH login dialog.
This PR changes the UI routes to avoid issue with RH login dialog showing up on page reload. With these changes, the / path shows the main application view with deployment. However, to get to that, user has to do the two logins. First one with admin and the password and then the RH login (SSO). After the login flow is done, reloading the page does not bring up the RH login dialog.