-
Notifications
You must be signed in to change notification settings - Fork 3.9k
ui: ugly urls #7777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
OK but who cares? On Tue, Jul 12, 2016 at 12:00 PM, Bram Gruneir [email protected]
|
I do. If there was a clear need for this value it would be one thing, but it's an On Tue, Jul 12, 2016 at 12:12 PM, Tamir Duberstein <[email protected]
|
If you know how to turn it off, care to mention that in the issue On Tue, Jul 12, 2016 at 12:21 PM, Bram Gruneir [email protected]
|
I agree that this is a non-issue, but if it's trivial to take out (and doesn't have consequences) we can do it. |
Really, we should be using browserHistory instead of hashHistory. The only reason not to is because of older browser compatibility, which isn't an issue for us. |
Isn't older browser compatibility an issue for us? On Wed, Jul 13, 2016 at 11:06 AM Bram Gruneir [email protected]
-- Tobias |
Why would it be? I think it's fair to assume that those that are using the ui have fairly up to date browsers. And even if they don't, it only means a full reload instead of a partial page reload, so it will still be functional. |
Also, by going with browserHistory, we remove the hash from the urls. |
I'm not familiar with the tradeoffs, just asking. I'm sure we need some On Wed, Jul 13, 2016 at 11:12 AM Bram Gruneir [email protected]
-- Tobias |
This should be reopened since the PR was reverted. |
I'm just going to close this as WontFix. We cannot support BrowserHistory without server-side support, and react-router's HashHistory appears to think the extra bit in the query string is important for reliable back-button navigation. |
When checking node status, I get redirected to this url
http://104.196.56.219:8080/#/nodes/overview?_k=7kazps
The url should just be, and all options should always be human readble.
http://104.196.56.219:8080/#/nodes
This is true for all urls, there's always a
k
option added that shouldn't be there.Another example the cluster page shouldn't be:
http://104.196.56.219:8080/#/cluster?_k=k1odh2
It should be
http://104.196.56.219:8080/#/cluster
The text was updated successfully, but these errors were encountered: