mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-18 20:15:20 +02:00
Update sidebar labels and add docker logs
This commit is contained in:
parent
bcb686a20d
commit
6236bc68e9
2 changed files with 4 additions and 4 deletions
|
|
@ -64,13 +64,13 @@ export default function Sidebar({ projectId, useRag, useAuth, collapsed = false,
|
|||
},
|
||||
...(useRag ? [{
|
||||
href: 'sources',
|
||||
label: 'Connect',
|
||||
label: 'RAG',
|
||||
icon: DatabaseIcon,
|
||||
requiresProject: true
|
||||
}] : []),
|
||||
{
|
||||
href: 'config',
|
||||
label: 'Integrate',
|
||||
label: 'Settings',
|
||||
icon: SettingsIcon,
|
||||
requiresProject: true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue