-
Notifications
You must be signed in to change notification settings - Fork 54
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
Cleanup react routing and update upload page wording #84
Cleanup react routing and update upload page wording #84
Conversation
Signed-off-by: Andrew-Butler <[email protected]>
render={({match, location}) => | ||
<IframePage | ||
title="KFP Experiments" | ||
path={KFP + "/_/pipeline/?ns=mlx#/experiments" + window.location.pathname.substring(window.location.pathname.indexOf("/experiments")+12)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to use "/_/pipeline/?ns=mlx#/experiments"
for kfp v1.3. I also open an issue for this: #77
this is moved to your new code at line:331
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @yhwang, didn't see that you had updated that already.
Signed-off-by: Andrew-Butler <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good for the condition aggregation!
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: drewbutlerbb4, yhwang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/reopen |
@Tomcli: Failed to re-open PR: state cannot be changed. The pull request cannot be reopened. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@drewbutlerbb4 FYI I need to revert this PR because it broke the details page during login, can you open a new PR for this? Thanks. |
you can reproduce the error when you run the quickstart.sh with your images. |
Cleanup react routing to make it more readable, as well as to set up two future PRs around an added 404 page for missed routes and reworking the server routing.
Also,
Resolves: #56