1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

fixed index.html after deleting 'NewDash.js

This commit is contained in:
Jared Tabor 2014-06-27 12:20:25 -04:00
parent 64f5bc7610
commit dc661e6ba5
3 changed files with 2 additions and 4 deletions

View File

@ -74,7 +74,6 @@ angular.module('Tower', [
'SelectionHelper',
'License',
'HostGroupsFormDefinition',
'NewDashWidget',
'DashboardCountsWidget',
'DashboardChartsWidget',
'DashboardJobsWidget',

View File

@ -10,7 +10,7 @@
'use strict';
function Home($scope, $compile, $routeParams, $rootScope, $location, Wait, NewDash, DashboardCounts, DashboardCharts, DashboardJobs,
function Home($scope, $compile, $routeParams, $rootScope, $location, Wait, DashboardCounts, DashboardCharts, DashboardJobs,
ClearScope, Stream, Rest, GetBasePath, ProcessErrors, Button){
ClearScope('home');
@ -112,7 +112,7 @@ function Home($scope, $compile, $routeParams, $rootScope, $location, Wait, NewDa
}
Home.$inject = ['$scope', '$compile', '$routeParams', '$rootScope', '$location', 'Wait', 'NewDash', 'DashboardCounts', 'DashboardCharts', 'DashboardJobs', 'ClearScope', 'Stream', 'Rest', 'GetBasePath', 'ProcessErrors', 'Button'
Home.$inject = ['$scope', '$compile', '$routeParams', '$rootScope', '$location', 'Wait', 'DashboardCounts', 'DashboardCharts', 'DashboardJobs', 'ClearScope', 'Stream', 'Rest', 'GetBasePath', 'ProcessErrors', 'Button'
];

View File

@ -161,7 +161,6 @@
<script src="{{ STATIC_URL }}js/helpers/JobDetail.js"></script>
<script src="{{ STATIC_URL }}js/helpers/JobTemplates.js"></script>
<script src="{{ STATIC_URL }}js/widgets/JobStatus.js"></script>
<script src="{{ STATIC_URL }}js/widgets/NewDash.js"></script>
<script src="{{ STATIC_URL }}js/widgets/DashboardCounts.js"></script>
<script src="{{ STATIC_URL }}js/widgets/DashboardCharts.js"></script>
<script src="{{ STATIC_URL }}js/widgets/DashboardJobs.js"></script>