mirror of
https://github.com/ansible/awx.git
synced 2026-01-29 15:24:42 -03:30
fix pendolytics.name import mess up and jshint warning from before
This commit is contained in:
parent
76b02cde05
commit
9733b2e285
@ -67,7 +67,7 @@ import './shared/InventoryTree';
|
|||||||
import './shared/Socket';
|
import './shared/Socket';
|
||||||
import './job-templates/main';
|
import './job-templates/main';
|
||||||
import './shared/features/main';
|
import './shared/features/main';
|
||||||
import pendolytics from './login/authenticationServices/pendo/ng-pendo';
|
import './login/authenticationServices/pendo/ng-pendo';
|
||||||
import footer from './footer/main';
|
import footer from './footer/main';
|
||||||
|
|
||||||
/*#if DEBUG#*/
|
/*#if DEBUG#*/
|
||||||
@ -95,7 +95,6 @@ var tower = angular.module('Tower', [
|
|||||||
templateUrl.name,
|
templateUrl.name,
|
||||||
adhoc.name,
|
adhoc.name,
|
||||||
login.name,
|
login.name,
|
||||||
pendolytics.name,
|
|
||||||
footer.name,
|
footer.name,
|
||||||
'templates',
|
'templates',
|
||||||
'Utilities',
|
'Utilities',
|
||||||
@ -184,6 +183,7 @@ var tower = angular.module('Tower', [
|
|||||||
'PortalJobsListDefinition',
|
'PortalJobsListDefinition',
|
||||||
'features',
|
'features',
|
||||||
'longDateFilter',
|
'longDateFilter',
|
||||||
|
'pendolytics'
|
||||||
])
|
])
|
||||||
|
|
||||||
.constant('AngularScheduler.partials', urlPrefix + 'lib/angular-scheduler/lib/')
|
.constant('AngularScheduler.partials', urlPrefix + 'lib/angular-scheduler/lib/')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user