Expose an API view for all of the execution environments under an org

This commit is contained in:
Jeff Bradberry
2020-07-06 13:01:44 -04:00
committed by Shane McDonald
parent cb766c6a95
commit cc429f9741
4 changed files with 17 additions and 2 deletions

View File

@@ -112,6 +112,7 @@ from awx.api.views.organization import ( # noqa
OrganizationInventoriesList,
OrganizationUsersList,
OrganizationAdminsList,
OrganizationExecutionEnvironmentsList,
OrganizationProjectsList,
OrganizationJobTemplatesList,
OrganizationWorkflowJobTemplatesList,