Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Chronos
Merge requests
!347
Refactor timetable wrapper
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Refactor timetable wrapper
refactor-timetable-wrapper
into
master
Overview
2
Commits
4
Pipelines
1
Changes
1
All threads resolved!
Hide all comments
Merged
Jonathan Weth
requested to merge
refactor-timetable-wrapper
into
master
11 months ago
Overview
2
Commits
4
Pipelines
1
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
3b1723ab
Prev
Next
Show latest version
1 file
+
1
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
3b1723ab
Fix menu
· 3b1723ab
Jonathan Weth
authored
11 months ago
aleksis/apps/chronos/frontend/index.js
+
1
−
3
Options
@@ -9,9 +9,6 @@ export default {
iconActive
:
"
mdi-school
"
,
validators
:
[
hasPersonValidator
],
},
props
:
{
byTheGreatnessOfTheAlmightyAleksolotlISwearIAmWorthyOfUsingTheLegacyBaseTemplate
:
true
,
},
children
:
[
{
path
:
"
timetable/
"
,
@@ -20,6 +17,7 @@ export default {
meta
:
{
inMenu
:
true
,
titleKey
:
"
chronos.timetable.menu_title
"
,
toolbarTitle
:
"
chronos.timetable.menu_title
"
,
icon
:
"
mdi-grid
"
,
permission
:
"
chronos.view_timetable_overview_rule
"
,
fullWidth
:
true
,
Loading