mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
Removed Rest depencency as it is not longer needed in the factory
This commit is contained in:
parent
2d6ba917f8
commit
b651b05789
@ -157,7 +157,7 @@ export default
|
||||
}
|
||||
])
|
||||
|
||||
.factory('JobsListUpdate', ['Rest', function(Rest) {
|
||||
.factory('JobsListUpdate', [function() {
|
||||
return function(params) {
|
||||
var scope = params.scope,
|
||||
parent_scope = params.parent_scope,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user