Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Tezor
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
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®
Onboarding
AlekSIS-App-Tezor
Commits
e0e17cec
Verified
Commit
e0e17cec
authored
3 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Update menu names and icons
Closes
#4
parent
038cc2db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#59360
canceled
3 years ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: docker
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/apps/tezor/menus.py
+4
-4
4 additions, 4 deletions
aleksis/apps/tezor/menus.py
with
4 additions
and
4 deletions
aleksis/apps/tezor/menus.py
+
4
−
4
View file @
e0e17cec
...
@@ -3,19 +3,19 @@ from django.utils.translation import gettext_lazy as _
...
@@ -3,19 +3,19 @@ from django.utils.translation import gettext_lazy as _
MENUS
=
{
MENUS
=
{
"
NAV_MENU_CORE
"
:
[
"
NAV_MENU_CORE
"
:
[
{
{
"
name
"
:
_
(
"
Payments
"
),
"
name
"
:
_
(
"
Payments
and Money
"
),
"
url
"
:
"
#
"
,
"
url
"
:
"
#
"
,
"
root
"
:
True
,
"
root
"
:
True
,
"
icon
"
:
"
price_chec
k
"
,
"
svg_
icon
"
:
"
mdi:piggy_ban
k
"
,
"
validators
"
:
[
"
validators
"
:
[
"
menu_generator.validators.is_authenticated
"
,
"
menu_generator.validators.is_authenticated
"
,
"
aleksis.core.util.core_helpers.has_person
"
,
"
aleksis.core.util.core_helpers.has_person
"
,
],
],
"
submenu
"
:
[
"
submenu
"
:
[
{
{
"
name
"
:
_
(
"
C
lients
"
),
"
name
"
:
_
(
"
Manage c
lients
"
),
"
url
"
:
"
clients
"
,
"
url
"
:
"
clients
"
,
"
icon
"
:
"
account_balance
"
,
"
svg_
icon
"
:
"
mdi:domain
"
,
"
validators
"
:
[
"
validators
"
:
[
(
(
"
aleksis.core.util.predicates.permission_validator
"
,
"
aleksis.core.util.predicates.permission_validator
"
,
...
...
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