mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Label the SystemJob Access class with the proper model
This commit is contained in:
@@ -1066,7 +1066,7 @@ class SystemJobAccess(BaseAccess):
|
|||||||
'''
|
'''
|
||||||
I can only see manage System Jobs if I'm a super user
|
I can only see manage System Jobs if I'm a super user
|
||||||
'''
|
'''
|
||||||
pass
|
model = SystemJob
|
||||||
|
|
||||||
class JobHostSummaryAccess(BaseAccess):
|
class JobHostSummaryAccess(BaseAccess):
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user