1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

AC-232 Traceback was not being displayed on event detail moal

This commit is contained in:
chouseknecht 2013-07-22 07:27:41 -04:00
parent 288fb57724
commit e643dc757b

View File

@ -177,7 +177,6 @@ angular.module('EventsHelper', ['RestServices', 'Utilities'])
case 'results':
case 'module_name':
case 'module_args':
case 'traceback':
delete form.fields[fld];
break;
}