From c000a12fc76b80632555de7e3053e71d6ba3918d Mon Sep 17 00:00:00 2001
From: Dhanny Indrakusuma <73628243+dhannywi@users.noreply.github.com>
Date: Wed, 28 Feb 2024 16:16:53 -0600
Subject: [PATCH] Added ML Hub to sidebar and router link (#352)
* sidebar link
* added ml hub to router
---
src/tapis-app/_Router/Router.tsx | 3 +++
src/tapis-app/_components/Sidebar/Sidebar.tsx | 3 +++
2 files changed, 6 insertions(+)
diff --git a/src/tapis-app/_Router/Router.tsx b/src/tapis-app/_Router/Router.tsx
index b07ca76f0..7a5408cfc 100644
--- a/src/tapis-app/_Router/Router.tsx
+++ b/src/tapis-app/_Router/Router.tsx
@@ -45,6 +45,9 @@ const Router: React.FC = () => {
+
+ {/* TODO: create ML Hub */}
+
UI Patterns
diff --git a/src/tapis-app/_components/Sidebar/Sidebar.tsx b/src/tapis-app/_components/Sidebar/Sidebar.tsx
index 00854d2b2..cdd751079 100644
--- a/src/tapis-app/_components/Sidebar/Sidebar.tsx
+++ b/src/tapis-app/_components/Sidebar/Sidebar.tsx
@@ -33,6 +33,9 @@ const Sidebar: React.FC = () => {
Workflows
+
+ ML Hub
+
>
)}