mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
remove unused service and fix lint issue
This commit is contained in:
@@ -7,11 +7,11 @@
|
|||||||
export default ['$scope', 'TemplatesService',
|
export default ['$scope', 'TemplatesService',
|
||||||
'ProcessErrors', '$q',
|
'ProcessErrors', '$q',
|
||||||
'PromptService', 'TemplatesStrings', 'WorkflowChartService',
|
'PromptService', 'TemplatesStrings', 'WorkflowChartService',
|
||||||
'Wait', '$state', '$transitions',
|
'Wait', '$state',
|
||||||
function ($scope, TemplatesService,
|
function ($scope, TemplatesService,
|
||||||
ProcessErrors, $q,
|
ProcessErrors, $q,
|
||||||
PromptService, TemplatesStrings, WorkflowChartService,
|
PromptService, TemplatesStrings, WorkflowChartService,
|
||||||
Wait, $state, $transitions
|
Wait, $state
|
||||||
) {
|
) {
|
||||||
|
|
||||||
let deletedNodeIds = [];
|
let deletedNodeIds = [];
|
||||||
@@ -37,7 +37,7 @@ export default ['$scope', 'TemplatesService',
|
|||||||
|
|
||||||
$scope.cancelUnsavedChanges = () => {
|
$scope.cancelUnsavedChanges = () => {
|
||||||
$scope.unsavedChangesVisible = false;
|
$scope.unsavedChangesVisible = false;
|
||||||
}
|
};
|
||||||
|
|
||||||
let getNodes = () => {
|
let getNodes = () => {
|
||||||
Wait('start');
|
Wait('start');
|
||||||
|
|||||||
Reference in New Issue
Block a user