mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
AC-391 Fix to inventory display. Fix to helpers/project.js not compiling.
This commit is contained in:
parent
602bf49caf
commit
41ef7c1fec
@ -11,9 +11,9 @@
|
||||
|
||||
angular.module('ProjectsHelper', ['RestServices', 'Utilities', 'ProjectStatusDefinition'])
|
||||
.factory('ProjectStatus', ['$rootScope', '$location', '$log', '$routeParams', 'Rest', 'Alert', 'GenerateForm',
|
||||
'Prompt', 'ProcessErrors', 'GetBasePath', 'FormatDate', 'ProjectStatusForm', 'FormatDate',
|
||||
'Prompt', 'ProcessErrors', 'GetBasePath', 'FormatDate', 'ProjectStatusForm',
|
||||
function($rootScope, $location, $log, $routeParams, Rest, Alert, GenerateForm, Prompt, ProcessErrors, GetBasePath,
|
||||
FormatDate, ProjectStatusForm, FormatDate) {
|
||||
FormatDate, ProjectStatusForm) {
|
||||
return function(params) {
|
||||
|
||||
var project_id = params.project_id;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user