mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
remove unused service and fix lint issue
This commit is contained in:
parent
8c5bcffd42
commit
9f5f86c6a7
@ -7,11 +7,11 @@
|
||||
export default ['$scope', 'TemplatesService',
|
||||
'ProcessErrors', '$q',
|
||||
'PromptService', 'TemplatesStrings', 'WorkflowChartService',
|
||||
'Wait', '$state', '$transitions',
|
||||
'Wait', '$state',
|
||||
function ($scope, TemplatesService,
|
||||
ProcessErrors, $q,
|
||||
PromptService, TemplatesStrings, WorkflowChartService,
|
||||
Wait, $state, $transitions
|
||||
Wait, $state
|
||||
) {
|
||||
|
||||
let deletedNodeIds = [];
|
||||
@ -37,7 +37,7 @@ export default ['$scope', 'TemplatesService',
|
||||
|
||||
$scope.cancelUnsavedChanges = () => {
|
||||
$scope.unsavedChangesVisible = false;
|
||||
}
|
||||
};
|
||||
|
||||
let getNodes = () => {
|
||||
Wait('start');
|
||||
|
Loading…
Reference in New Issue
Block a user