Skip to content
Snippets Groups Projects
Unverified Commit 05e67b41 authored by Tony Salomone's avatar Tony Salomone Committed by GitHub
Browse files

Merge pull request #245 from transformerlab/uifix-plugins

UI fix - Moved Plugins
parents 61768ad8 b2a83bab
Branches
Tags
No related merge requests found
......@@ -192,13 +192,6 @@ export default function Sidebar({
icon={<FlaskConicalIcon />}
disabled={!experimentInfo?.name}
/>
<SubNavItem
title="Plugins"
path="/projects/plugins"
icon={<PlugIcon />}
disabled={!experimentInfo?.name}
counter={outdatedPluginsCount}
/>
<SubNavItem
title="Settings"
path="/projects/settings"
......@@ -215,6 +208,13 @@ export default function Sidebar({
icon={<BoxesIcon />}
disabled={false}
/>
<SubNavItem
title="Plugins"
path="/projects/plugins"
icon={<PlugIcon />}
disabled={!experimentInfo?.name}
counter={outdatedPluginsCount}
/>
<SubNavItem
title="Training Data"
path="/data"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment