mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
remove unused service
This commit is contained in:
parent
83d5fef67c
commit
0c8b2a9872
@ -509,8 +509,7 @@ function AtJobDetailsController (
|
||||
_strings_,
|
||||
_status_,
|
||||
_wait_,
|
||||
ParseTypeChange,
|
||||
ParseVariableString,
|
||||
_parse_,
|
||||
) {
|
||||
vm = this || {};
|
||||
|
||||
@ -519,7 +518,7 @@ function AtJobDetailsController (
|
||||
$state = _$state_;
|
||||
|
||||
error = _error_;
|
||||
parse = ParseVariableString;
|
||||
parse = _parse_;
|
||||
prompt = _prompt_;
|
||||
strings = _strings_;
|
||||
status = _status_;
|
||||
@ -588,7 +587,6 @@ AtJobDetailsController.$inject = [
|
||||
'JobStrings',
|
||||
'JobStatusService',
|
||||
'Wait',
|
||||
'ParseTypeChange',
|
||||
'ParseVariableString',
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user