mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Removed Rest depencency as it is not longer needed in the factory
This commit is contained in:
@@ -157,7 +157,7 @@ export default
|
|||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
|
||||||
.factory('JobsListUpdate', ['Rest', function(Rest) {
|
.factory('JobsListUpdate', [function() {
|
||||||
return function(params) {
|
return function(params) {
|
||||||
var scope = params.scope,
|
var scope = params.scope,
|
||||||
parent_scope = params.parent_scope,
|
parent_scope = params.parent_scope,
|
||||||
|
|||||||
Reference in New Issue
Block a user