Skip to content

Commit

Permalink
Update dashboard links (#503)
Browse files Browse the repository at this point in the history
* Update dashboard links for rc.2

---------

Co-authored-by: NohaIhab <noha.ihab@canonical.com>
Co-authored-by: Noha Ihab <49988746+NohaIhab@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 5, 2024
1 parent 1adef28 commit 744a45c
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions charms/kfp-ui/src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,37 @@
location="menu",
),
DashboardLink(
text="Upload a pipeline",
desc="Pipelines",
link="/pipeline/",
text="Artifacts",
link="/pipeline/#/artifacts",
type="item",
icon="editor:bubble-chart",
location="menu",
),
DashboardLink(
text="Executions",
link="/pipeline/#/executions",
type="item",
icon="av:play-arrow",
location="menu",
),
DashboardLink(
text="Upload a Pipeline",
desc="Kubeflow Pipelines",
link="/pipeline/#/pipelines",
location="quick",
),
DashboardLink(
text="View all pipeline runs",
text="View Pipeline Runs",
desc="Pipelines",
link="/pipeline/#/runs",
location="quick",
),
DashboardLink(
text="Kubeflow Pipelines Documentation",
link="https://www.kubeflow.org/docs/components/pipelines/",
desc="Documentation for Kubeflow Pipelines",
location="documentation",
),
]


Expand Down

0 comments on commit 744a45c

Please sign in to comment.