Skip to content
Snippets Groups Projects
Commit b2a83bab authored by abhimazu's avatar abhimazu
Browse files

UI fix - Moved Plugins from top to bottom (under model zoo) in the left nav bar

parent 61768ad8
No related branches found
No related tags found
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