mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-23 12:29:47 +00:00
查看授权用户
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
from django.shortcuts import render_to_response
|
from django.shortcuts import render_to_response
|
||||||
|
from juser.models import User
|
||||||
|
|
||||||
|
|
||||||
def perm_user_list(request):
|
def perm_user_list(request):
|
||||||
return render_to_response('jperm/perm_user_list.html')
|
header_title, path1, path2 = u'查看授权用户 | Perm User Detail.', u'授权管理', u'用户详情'
|
||||||
|
users = User.objects.all()
|
||||||
|
return render_to_response('jperm/perm_user_list.html', locals(),)
|
||||||
|
Reference in New Issue
Block a user