changed some Host Event text to make modal windows consistent on job detail page to fix card 305

This commit is contained in:
Jared Tabor 2014-08-15 15:11:38 -04:00
parent b957fe651e
commit 436c600f78
2 changed files with 2 additions and 2 deletions

View File

@ -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'
});
};

View File

@ -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() {