mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Projects can now be added to a Team and created from the Team tab.
This commit is contained in:
@@ -168,6 +168,15 @@ angular.module('ansible', [
|
||||
when('/teams/:team_id/users/:user_id', { templateUrl: urlPrefix + 'partials/teams.html',
|
||||
controller: UsersEdit }).
|
||||
|
||||
when('/teams/:team_id/projects', { templateUrl: urlPrefix + 'partials/teams.html',
|
||||
controller: ProjectsList }).
|
||||
|
||||
when('/teams/:team_id/projects/add', { templateUrl: urlPrefix + 'partials/teams.html',
|
||||
controller: ProjectsAdd }).
|
||||
|
||||
when('/teams/:team_id/projects/:project_id', { templateUrl: urlPrefix + 'partials/teams.html',
|
||||
controller: ProjectsEdit }).
|
||||
|
||||
when('/teams/:team_id/credentials', { templateUrl: urlPrefix + 'partials/teams.html',
|
||||
controller: CredentialsList }).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user