tempo
This commit is contained in:
@@ -5,15 +5,10 @@ import AppMenuItem from './AppMenuItem.vue';
|
||||
|
||||
const model = ref([
|
||||
{
|
||||
label: 'Knowledge Source',
|
||||
items: [{ label: 'Documents', icon: 'pi pi-fw pi-id-card', to: '/ksdocuments' },
|
||||
{ label: 'Code Repository', icon: 'pi pi-fw pi-id-card', to: '/ks_code_repo' }
|
||||
label: 'Scenarios',
|
||||
items: [{ label: 'Scenario List', icon: 'pi pi-fw pi-id-card', to: '/scenario-list' }
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Vector Database',
|
||||
items: [{ label: 'Dashboard', icon: 'pi pi-fw pi-home', to: '/' }]
|
||||
},
|
||||
}
|
||||
]);
|
||||
</script>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ const { onMenuToggle, toggleDarkMode, isDarkTheme } = useLayout();
|
||||
/>
|
||||
</svg>
|
||||
|
||||
<span>APOLLO</span>
|
||||
<span>HERMIONE</span>
|
||||
</router-link>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user