From dc661e6ba58b3a053d0b0eaa1b172a20abd4cb87 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 27 Jun 2014 12:20:25 -0400 Subject: [PATCH] fixed index.html after deleting 'NewDash.js --- awx/ui/static/js/app.js | 1 - awx/ui/static/js/controllers/Home.js | 4 ++-- awx/ui/templates/ui/index.html | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/awx/ui/static/js/app.js b/awx/ui/static/js/app.js index ce3ed05116..2dad7a416e 100644 --- a/awx/ui/static/js/app.js +++ b/awx/ui/static/js/app.js @@ -74,7 +74,6 @@ angular.module('Tower', [ 'SelectionHelper', 'License', 'HostGroupsFormDefinition', - 'NewDashWidget', 'DashboardCountsWidget', 'DashboardChartsWidget', 'DashboardJobsWidget', diff --git a/awx/ui/static/js/controllers/Home.js b/awx/ui/static/js/controllers/Home.js index 2cc8e84e55..d9a2b39f5f 100644 --- a/awx/ui/static/js/controllers/Home.js +++ b/awx/ui/static/js/controllers/Home.js @@ -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' ]; diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index e26137bb9e..6a539cfcc1 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -161,7 +161,6 @@ -