-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Small path fix for the dev ui #15529
Conversation
Signed-off-by:Phillip Kruger <[email protected]>
Will double check w/ some tests -- but trimming/munging the path like this isn't quite right (even if it cosmetically does the job). We should have opened the follow-on item for the dev console as soon as we finished #15030 .. |
This particular fix only fixed some of the paths.. and the other path value (httpRootPath) right next to it, still ended in a slash. |
Yea I can apply it to |
I have a PR in flight w/ Stuart.. as what you fixed here will break a few of the other URLs that didn't include the slash.. (and it's not quite the right fix. Will ask you to review. ;) |
Since the /q path changes introduces in 1.12.1 the UI contains an extra / , so the references to the static content would be
/q//dev
.Even though it still works, this fix the path to be correct.
Signed-off-by:Phillip Kruger [email protected]