mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 08:19:04 +00:00
Merge remote-tracking branch 'origin/guanghongwei' into guanghongwei
Conflicts: jperm/models.py
This commit is contained in:
@@ -42,6 +42,8 @@ def perm_add(request):
|
||||
if request.method == 'GET':
|
||||
user_groups = UserGroup.objects.filter(id__gt=2)
|
||||
asset_groups = BisGroup.objects.all()
|
||||
users = User.objects.all()
|
||||
assets = Asset.objects.all()
|
||||
|
||||
else:
|
||||
name = request.POST.get('name', '')
|
||||
|
Reference in New Issue
Block a user