mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
fix app js module entrypoint
This commit is contained in:
@@ -37,7 +37,6 @@ if ($basePath) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Modules
|
// Modules
|
||||||
import './forms';
|
|
||||||
import portalMode from './portal-mode/main';
|
import portalMode from './portal-mode/main';
|
||||||
import systemTracking from './system-tracking/main';
|
import systemTracking from './system-tracking/main';
|
||||||
import inventories from './inventories/main';
|
import inventories from './inventories/main';
|
||||||
@@ -88,6 +87,8 @@ var tower = angular.module('Tower', [
|
|||||||
'I18N',
|
'I18N',
|
||||||
uiRouter,
|
uiRouter,
|
||||||
'ui.router.state.events',
|
'ui.router.state.events',
|
||||||
|
'pendolytics',
|
||||||
|
'lrInfiniteScroll',
|
||||||
|
|
||||||
about.name,
|
about.name,
|
||||||
access.name,
|
access.name,
|
||||||
@@ -125,9 +126,7 @@ var tower = angular.module('Tower', [
|
|||||||
'templates',
|
'templates',
|
||||||
'PromptDialog',
|
'PromptDialog',
|
||||||
'AWDirectives',
|
'AWDirectives',
|
||||||
'lrInfiniteScroll',
|
|
||||||
'features',
|
'features',
|
||||||
'pendolytics',
|
|
||||||
])
|
])
|
||||||
|
|
||||||
.constant('AngularScheduler.partials', urlPrefix + 'lib/angular-scheduler/lib/')
|
.constant('AngularScheduler.partials', urlPrefix + 'lib/angular-scheduler/lib/')
|
||||||
|
|||||||
Reference in New Issue
Block a user