Commit Graph

3 Commits

Author SHA1 Message Date
Joe Li 10e639ed4f
fix(frontend): Unexpected page crash when clicking artifact node. (#9519)
* Catch the error thrown by parseStoragePath().
Directly render unsupported URI rather than showing banner error.

* Change back to render banner but not error mode. Use info mode instead.
2023-05-26 22:00:59 +00:00
James Liu 9a2c98a8c1
chore(frontend): Use `gs://` instead of `gcs://` for artifact link text. Fix #6308 (#6334) 2021-08-13 00:57:54 -07:00
James Liu 120da92d0c
feat(frontend) Support Input/Output from MLMD for V2-compatible. Fix #5670 (#5859)
* feat(frontend) Support Input/Output from MLMD for V2-compatible

* fix test

* address nit comments

* Artifact Preview component, use events to get artifact name.

* comment and UX rework

* downloadable link
2021-06-24 21:55:52 -07:00