mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
Fixed linting error
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
export default ['workflowData', 'workflowResultsService', 'workflowDataOptions',
|
export default ['workflowData', 'workflowResultsService', 'workflowDataOptions',
|
||||||
'jobLabels', 'workflowNodes', '$scope', 'ParseTypeChange',
|
'jobLabels', 'workflowNodes', '$scope', 'ParseTypeChange',
|
||||||
'ParseVariableString', 'count', '$state', 'i18n', 'WorkflowChartService', '$filter',
|
'ParseVariableString', 'count', '$state', 'i18n', 'WorkflowChartService', '$filter',
|
||||||
'moment', 'ProcessErrors', function(workflowData, workflowResultsService,
|
'moment', function(workflowData, workflowResultsService,
|
||||||
workflowDataOptions, jobLabels, workflowNodes, $scope, ParseTypeChange,
|
workflowDataOptions, jobLabels, workflowNodes, $scope, ParseTypeChange,
|
||||||
ParseVariableString, count, $state, i18n, WorkflowChartService, $filter,
|
ParseVariableString, count, $state, i18n, WorkflowChartService, $filter,
|
||||||
moment, ProcessErrors) {
|
moment) {
|
||||||
let nodeRef;
|
let nodeRef;
|
||||||
var runTimeElapsedTimer = null;
|
var runTimeElapsedTimer = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user