mirror of https://github.com/jumpserver/jumpserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
631 B
17 lines
631 B
# Generated by Django 3.1.14 on 2022-03-07 07:46 |
|
|
|
from django.db import migrations |
|
|
|
|
|
class Migration(migrations.Migration): |
|
|
|
dependencies = [ |
|
('rbac', '0004_auto_20211201_1901'), |
|
] |
|
|
|
operations = [ |
|
migrations.AlterModelOptions( |
|
name='menupermission', |
|
options={'default_permissions': [], 'permissions': [('view_console', 'Can view console view'), ('view_audit', 'Can view audit view'), ('view_workspace', 'Can view workbench view'), ('view_webterminal', 'Can view web terminal'), ('view_filemanager', 'Can view file manager')], 'verbose_name': 'Menu permission'}, |
|
), |
|
]
|
|
|