mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -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:
@@ -956,7 +956,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
|
|||||||
url: scope.job.related.job_events,
|
url: scope.job.related.job_events,
|
||||||
parent_id: scope.selectedTask,
|
parent_id: scope.selectedTask,
|
||||||
event_id: id,
|
event_id: id,
|
||||||
title: 'Host Events'
|
title: 'Host Event'
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -221,7 +221,7 @@ angular.module('EventViewerHelper', ['ModalDialog', 'Utilities', 'EventsViewerFo
|
|||||||
callback: 'ModalReady',
|
callback: 'ModalReady',
|
||||||
id: 'eventviewer-modal-dialog',
|
id: 'eventviewer-modal-dialog',
|
||||||
// onResizeStop: resizeText,
|
// onResizeStop: resizeText,
|
||||||
title: ( (title) ? title : 'Event Details' ),
|
title: ( (title) ? title : 'Host Event' ),
|
||||||
buttons: btns,
|
buttons: btns,
|
||||||
closeOnEscape: true,
|
closeOnEscape: true,
|
||||||
onResizeStop: function() {
|
onResizeStop: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user