Updated meteor; Modified the assignments byPerson page considerably to improve the workflow; Added an external id to sites; Added an import for students; Improved the students page.
This commit is contained in:
@@ -24,6 +24,15 @@ export default () => {
|
||||
path: '/byAsset',
|
||||
href: 'byAsset'
|
||||
},
|
||||
{
|
||||
title: "Report",
|
||||
getElement: () => {
|
||||
const AssignmentsReport = lazy(()=>import('./Assignments/Report'))
|
||||
return <AssignmentsReport/>
|
||||
},
|
||||
path: '/report',
|
||||
href: 'report'
|
||||
},
|
||||
]
|
||||
|
||||
return <TabNav tabs={tabs}/>
|
||||
|
||||
Reference in New Issue
Block a user