mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-05 02:56:31 +00:00
fix: 修改角色列表viewset排序问题
This commit is contained in:
parent
c3d01591e7
commit
4c9d16b4c1
@ -1,17 +0,0 @@
|
|||||||
# Generated by Django 3.2.16 on 2023-02-02 08:03
|
|
||||||
|
|
||||||
from django.db import migrations
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('rbac', '0011_remove_redundant_permission'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AlterModelOptions(
|
|
||||||
name='role',
|
|
||||||
options={'ordering': ('-builtin', 'scope', 'name'), 'verbose_name': 'Role'},
|
|
||||||
),
|
|
||||||
]
|
|
Loading…
Reference in New Issue
Block a user