update app.js to remove helpers

This commit is contained in:
John Mitchell 2017-03-14 15:30:09 -04:00
parent 0929413989
commit f78410ec2d

View File

@ -145,8 +145,6 @@ var tower = angular.module('Tower', [
'TemplatesListDefinition',
'PortalJobTemplatesListDefinition',
'JobTemplateFormDefinition',
'JobTemplatesHelper',
'JobSubmissionHelper',
'CompletedJobsDefinition',
'AllJobsDefinition',
'JobSummaryDefinition',
@ -158,7 +156,6 @@ var tower = angular.module('Tower', [
//'Timezones',
'JobsListDefinition',
'LogViewerStatusDefinition',
'StandardOutHelper',
'LogViewerOptionsDefinition',
'lrInfiniteScroll',
'PortalJobsListDefinition',