mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
changed some Host Event text to make modal windows consistent on job detail page to fix card 305
This commit is contained in:
parent
b957fe651e
commit
436c600f78
@ -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'
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user