From 436c600f786ee28de3d8320dc7ea8ac70414cfef Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 15 Aug 2014 15:11:38 -0400 Subject: [PATCH] changed some Host Event text to make modal windows consistent on job detail page to fix card 305 --- awx/ui/static/js/controllers/JobDetail.js | 2 +- awx/ui/static/js/helpers/EventViewer.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/js/controllers/JobDetail.js b/awx/ui/static/js/controllers/JobDetail.js index 3ccd8b59f9..cf413bd1e6 100644 --- a/awx/ui/static/js/controllers/JobDetail.js +++ b/awx/ui/static/js/controllers/JobDetail.js @@ -956,7 +956,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar url: scope.job.related.job_events, parent_id: scope.selectedTask, event_id: id, - title: 'Host Events' + title: 'Host Event' }); }; diff --git a/awx/ui/static/js/helpers/EventViewer.js b/awx/ui/static/js/helpers/EventViewer.js index 25ce6d3bfc..dfc1c95c96 100644 --- a/awx/ui/static/js/helpers/EventViewer.js +++ b/awx/ui/static/js/helpers/EventViewer.js @@ -221,7 +221,7 @@ angular.module('EventViewerHelper', ['ModalDialog', 'Utilities', 'EventsViewerFo callback: 'ModalReady', id: 'eventviewer-modal-dialog', // onResizeStop: resizeText, - title: ( (title) ? title : 'Event Details' ), + title: ( (title) ? title : 'Host Event' ), buttons: btns, closeOnEscape: true, onResizeStop: function() {