mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Fixed project add and edit pages.
This commit is contained in:
@@ -45,6 +45,7 @@ angular.module('ansible', [
|
||||
'JobTemplateFormDefinition',
|
||||
'JobTemplateHelper',
|
||||
'ProjectsListDefinition',
|
||||
'ProjectFormDefinition',
|
||||
'JobsListDefinition',
|
||||
'JobFormDefinition',
|
||||
'JobEventsListDefinition',
|
||||
@@ -76,6 +77,12 @@ angular.module('ansible', [
|
||||
when('/projects',
|
||||
{ templateUrl: urlPrefix + 'partials/projects.html', controller: ProjectsList }).
|
||||
|
||||
when('/projects/add',
|
||||
{ templateUrl: urlPrefix + 'partials/projects.html', controller: ProjectsAdd }).
|
||||
|
||||
when('/projects/:id',
|
||||
{ templateUrl: urlPrefix + 'partials/projects.html', controller: ProjectsEdit }).
|
||||
|
||||
when('/inventories',
|
||||
{ templateUrl: urlPrefix + 'partials/inventories.html', controller: InventoriesList }).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user