Skip to content
Snippets Groups Projects
Commit 06a20250 authored by Julian's avatar Julian
Browse files

Show StatisticsForGroupTab.vue on GroupOverviewPage

parent 305fc198
No related branches found
No related tags found
1 merge request!361Resolve "Add statistics page for absences"
......@@ -4,6 +4,20 @@ import {
} from "aleksis.core/routeValidators";
import { DateTime } from "luxon";
export const collectionItems = {
coreGroupOverview: [
{
tab: {
id: "alsijil.statistics",
titleKey: "group.tabs.statistics_tab",
},
titleKey: "group.tabs.statistics",
component: () =>
import("./components/coursebook/statistics/StatisticsForGroupTab.vue"),
},
],
};
export default {
meta: {
inMenu: true,
......
......@@ -92,5 +92,11 @@
},
"actions": {
"back_to_overview": "Back to overview"
},
"group": {
"tabs": {
"statistics": "Coursebook Statistics",
"statistics_tab": "Coursebook"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment