This repository was archived by the owner on Dec 2, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MLMD][BugBash] Make card titles link to resource details pages (#22)
* First pass of adding navigation to Lineage card titles. * Pass up typeName and add support for navigation to Execution details Fixes issue where the initial artifact's type was used for all navigation. It is known that browser back doesn't go back to the LineageExplorer tab. This will be fixed by kubeflow/metadata#149. * Add react-router-dom as a dependency * Switch to react-router-dom v4 to stay in sync with kubeflow verticals * Refactor logic to build routes at the earliest point * Revert unused interface change
- Loading branch information