mirror of
https://github.com/ansible/awx.git
synced 2026-05-25 09:37:45 -02:30
Typo fix
This commit is contained in:
@@ -11,7 +11,7 @@ var hostEventModal = {
|
||||
url: '/task/:taskId/host-event/:eventId',
|
||||
controller: 'HostEventController',
|
||||
templateUrl: templateUrl('job-detail/host-event/host-event-modal'),
|
||||
abtract: true,
|
||||
'abstract': true,
|
||||
resolve: {
|
||||
hostEvent: ['JobDetailService','$stateParams', function(JobDetailService, $stateParams) {
|
||||
return JobDetailService.getRelatedJobEvents($stateParams.id, {
|
||||
|
||||
Reference in New Issue
Block a user