mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
adding org-admin check for projects and teams
This commit is contained in:
@@ -4,6 +4,7 @@ import Credential from './Credential';
|
||||
import CredentialType from './CredentialType';
|
||||
import Me from './Me';
|
||||
import Organization from './Organization';
|
||||
import OrgAdmin from './OrgAdmin';
|
||||
|
||||
angular
|
||||
.module('at.lib.models', [])
|
||||
@@ -12,5 +13,5 @@ angular
|
||||
.service('CredentialModel', Credential)
|
||||
.service('CredentialTypeModel', CredentialType)
|
||||
.service('MeModel', Me)
|
||||
.service('OrganizationModel', Organization);
|
||||
|
||||
.service('OrganizationModel', Organization)
|
||||
.service('OrgAdminModel', OrgAdmin);
|
||||
|
||||
Reference in New Issue
Block a user