Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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-Matrix
Commits
e961bc34
Commit
e961bc34
authored
2 years ago
by
Hangzhi Yu
Browse files
Options
Downloads
Patches
Plain Diff
Delete legacy menu file
parent
1b39cf52
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!26
Resolve "URL file was accidentally deleted"
,
!24
Release 2.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/apps/matrix/menus.py
+0
-31
0 additions, 31 deletions
aleksis/apps/matrix/menus.py
with
0 additions
and
31 deletions
aleksis/apps/matrix/menus.py
deleted
100644 → 0
+
0
−
31
View file @
1b39cf52
from
django.utils.translation
import
gettext_lazy
as
_
MENUS
=
{
"
NAV_MENU_CORE
"
:
[
{
"
name
"
:
_
(
"
Matrix
"
),
"
url
"
:
"
#
"
,
"
svg_icon
"
:
"
simple-icons:matrix
"
,
"
root
"
:
True
,
"
validators
"
:
[
(
"
aleksis.core.util.predicates.permission_validator
"
,
"
matrix.show_menu_rule
"
,
),
],
"
submenu
"
:
[
{
"
name
"
:
_
(
"
Groups and Rooms
"
),
"
url
"
:
"
matrix_rooms
"
,
"
svg_icon
"
:
"
mdi:account-group-outline
"
,
"
validators
"
:
[
(
"
aleksis.core.util.predicates.permission_validator
"
,
"
matrix.view_matrixrooms_rule
"
,
),
],
},
],
}
]
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment