1
0
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:
Matthew Jones 2014-10-14 13:54:12 -04:00
parent fa0879f15b
commit b3ea148f53

View File

@ -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):
'''