Register some missing related endpoints in awxkit

- the newer varieties of notification templates
- organization workflow job templates
- credential owner users and owner teams

this allows the endpoints to get wrapped in appropriate Page types,
not just the Base page type.
This commit is contained in:
Jeff Bradberry
2020-03-23 14:34:41 -04:00
parent 1e48d773ae
commit e4e2d48f53
5 changed files with 15 additions and 3 deletions

View File

@@ -45,4 +45,5 @@ class Teams(page.PageList, Team):
page.register_page([resources.teams,
resources.credential_owner_teams,
resources.related_teams], Teams)