1
0
forked from PGL/Clyde

added ResearchProfile to Apps (to be changed)

This commit is contained in:
2024-04-17 12:40:52 +02:00
parent 5c0dfa3596
commit d4c442c64a
4 changed files with 7 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ const appsList = {
'ManageCourses': { path: '#/manage-courses', icon: 'fa-book', text: i18n("app.manage.courses") },
'StudentsList':{ path: '#/students-list',icon: 'fa-users',text: i18n("app.studentList")},
'UsersList':{ path: '#/users-list',icon: 'fa-users',text: i18n("app.users")},
'ResearcherProfile':{path:'#/researcher-profile',icon:'fa-book-bookmark',text:"hihi"},
}
const currentPath = ref(window.location.hash)