From 45ec13e5d56047986ea04e11a42d9c93016aa18a Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Sun, 27 Mar 2016 20:35:15 -0400 Subject: [PATCH] yoink EventViewer dependency #1131 --- awx/ui/client/src/app.js | 1 - awx/ui/client/src/helpers.js | 2 -- .../src/job-detail/host-event/host-event-modal.partial.html | 2 +- awx/ui/client/src/job-detail/job-detail.controller.js | 2 +- 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index e045c0322d..3c8cdce00e 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -180,7 +180,6 @@ var tower = angular.module('Tower', [ 'LogViewerStatusDefinition', 'StandardOutHelper', 'LogViewerOptionsDefinition', - 'EventViewerHelper', 'JobDetailHelper', 'SocketIO', 'lrInfiniteScroll', diff --git a/awx/ui/client/src/helpers.js b/awx/ui/client/src/helpers.js index e8190ea50e..aae8a17225 100644 --- a/awx/ui/client/src/helpers.js +++ b/awx/ui/client/src/helpers.js @@ -9,7 +9,6 @@ import './lists'; import Children from "./helpers/Children"; import Credentials from "./helpers/Credentials"; -import EventViewer from "./helpers/EventViewer"; import Events from "./helpers/Events"; import Groups from "./helpers/Groups"; import Hosts from "./helpers/Hosts"; @@ -42,7 +41,6 @@ import ActivityStreamHelper from "./helpers/ActivityStream"; export { Children, Credentials, - EventViewer, Events, Groups, Hosts, diff --git a/awx/ui/client/src/job-detail/host-event/host-event-modal.partial.html b/awx/ui/client/src/job-detail/host-event/host-event-modal.partial.html index 334aa78261..afcb388360 100644 --- a/awx/ui/client/src/job-detail/host-event/host-event-modal.partial.html +++ b/awx/ui/client/src/job-detail/host-event/host-event-modal.partial.html @@ -13,7 +13,7 @@
- + diff --git a/awx/ui/client/src/job-detail/job-detail.controller.js b/awx/ui/client/src/job-detail/job-detail.controller.js index 9bc6daf2fc..d06fa5881f 100644 --- a/awx/ui/client/src/job-detail/job-detail.controller.js +++ b/awx/ui/client/src/job-detail/job-detail.controller.js @@ -27,7 +27,7 @@ export default SetTaskStyles, DigestEvent, UpdateDOM, DeleteJob, PlaybookRun, LoadPlays, LoadTasks, LoadHosts, HostsEdit, ParseVariableString, GetChoices, fieldChoices, - fieldLabels, EditSchedule, ParseTypeChange, JobDetailService, + fieldLabels, EditSchedule, ParseTypeChange, JobDetailService ) { ClearScope();