Skip to content
Snippets Groups Projects
Verified Commit 089d0e07 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Show timetable views in full width

parent 0544f72c
No related branches found
No related tags found
1 merge request!339Fix some bugs with displaying lesson events
...@@ -22,6 +22,7 @@ export default { ...@@ -22,6 +22,7 @@ export default {
titleKey: "chronos.timetable.menu_title", titleKey: "chronos.timetable.menu_title",
icon: "mdi-grid", icon: "mdi-grid",
permission: "chronos.view_timetable_overview_rule", permission: "chronos.view_timetable_overview_rule",
fullWidth: true,
}, },
}, },
{ {
...@@ -30,6 +31,7 @@ export default { ...@@ -30,6 +31,7 @@ export default {
name: "chronos.timetableWithId", name: "chronos.timetableWithId",
meta: { meta: {
permission: "chronos.view_timetable_overview_rule", permission: "chronos.view_timetable_overview_rule",
fullWidth: true,
}, },
}, },
], ],
......
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