mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-24 03:49:31 +00:00
[ReelCalculator] Added permission and added it to tools menu.
This commit is contained in:
parent
21f0727509
commit
36dfae52f2
6 changed files with 37 additions and 10 deletions
|
|
@ -273,15 +273,15 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co
|
|||
labels:
|
||||
label: "perm.tools.labels"
|
||||
bit: 2
|
||||
calculator:
|
||||
label: "perm.tools.calculator"
|
||||
bit: 4
|
||||
footprints:
|
||||
label: "perm.tools.footprints"
|
||||
bit: 6
|
||||
ic_logos:
|
||||
label: "perm.tools.ic_logos"
|
||||
bit: 8
|
||||
#calculator:
|
||||
# label: "perm.tools.calculator"
|
||||
# bit: 4
|
||||
#footprints:
|
||||
# label: "perm.tools.footprints"
|
||||
# bit: 6
|
||||
#ic_logos:
|
||||
# label: "perm.tools.ic_logos"
|
||||
# bit: 8
|
||||
statistics:
|
||||
label: "perm.tools.statistics"
|
||||
bit: 10
|
||||
|
|
@ -294,6 +294,9 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co
|
|||
label_scanner:
|
||||
label: "perm.tools.label_scanner"
|
||||
bit: 16
|
||||
reel_calculator:
|
||||
label: "perm.tools.reel_calculator"
|
||||
bit: 18
|
||||
|
||||
groups:
|
||||
label: "perm.groups"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue