mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-13 17:22:37 +02:00
disable data-sources menu
This commit is contained in:
parent
696cee8ed5
commit
0e8921c1c8
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ export default function Menu({
|
||||||
icon={<WorkflowIcon />}
|
icon={<WorkflowIcon />}
|
||||||
selected={pathname.startsWith(`/projects/${projectId}/workflow`)}
|
selected={pathname.startsWith(`/projects/${projectId}/workflow`)}
|
||||||
/>
|
/>
|
||||||
<NavLink
|
{/* <NavLink
|
||||||
href={`/projects/${projectId}/sources`}
|
href={`/projects/${projectId}/sources`}
|
||||||
label="Data sources"
|
label="Data sources"
|
||||||
collapsed={collapsed}
|
collapsed={collapsed}
|
||||||
|
|
@ -61,7 +61,7 @@ export default function Menu({
|
||||||
<path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1" d="M19 6c0 1.657-3.134 3-7 3S5 7.657 5 6m14 0c0-1.657-3.134-3-7-3S5 4.343 5 6m14 0v6M5 6v6m0 0c0 1.657 3.134 3 7 3s7-1.343 7-3M5 12v6c0 1.657 3.134 3 7 3s7-1.343 7-3v-6" />
|
<path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1" d="M19 6c0 1.657-3.134 3-7 3S5 7.657 5 6m14 0c0-1.657-3.134-3-7-3S5 4.343 5 6m14 0v6M5 6v6m0 0c0 1.657 3.134 3 7 3s7-1.343 7-3M5 12v6c0 1.657 3.134 3 7 3s7-1.343 7-3v-6" />
|
||||||
</svg>
|
</svg>
|
||||||
selected={pathname.startsWith(`/projects/${projectId}/sources`)}
|
selected={pathname.startsWith(`/projects/${projectId}/sources`)}
|
||||||
/>
|
/> */}
|
||||||
<NavLink
|
<NavLink
|
||||||
href={`/projects/${projectId}/config`}
|
href={`/projects/${projectId}/config`}
|
||||||
label="Config"
|
label="Config"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue