mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
Label the SystemJob Access class with the proper model
This commit is contained in:
parent
fa0879f15b
commit
b3ea148f53
@ -1066,7 +1066,7 @@ class SystemJobAccess(BaseAccess):
|
||||
'''
|
||||
I can only see manage System Jobs if I'm a super user
|
||||
'''
|
||||
pass
|
||||
model = SystemJob
|
||||
|
||||
class JobHostSummaryAccess(BaseAccess):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user